Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp509 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
523 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp378 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
381 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2750 SourceRange getExceptionSpecSourceRange() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3897 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl