Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp498 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
512 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp351 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
354 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2539 SourceRange getExceptionSpecSourceRange() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3545 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl