Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp332 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
335 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2321 SourceRange getExceptionSpecSourceRange() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3222 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl