Home
last modified time | relevance | path

Searched refs:getExceptionSpecSourceRange (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp509 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
523 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp378 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
381 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2750 SourceRange getExceptionSpecSourceRange() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp3897 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl