Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp355 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
358 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp498 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
512 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2671 SourceRange getExceptionSpecSourceRange() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3680 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl