Home
last modified time | relevance | path

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

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