Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp124 SourceRange ExceptionSpecRange = F.getExceptionSpecSourceRange(); in findTrailingReturnTypeSourceLocation()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp349 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
352 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp485 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
/external/llvm-project/clang/include/clang/AST/
DDecl.h2519 SourceRange getExceptionSpecSourceRange() const;
/external/llvm-project/clang/lib/AST/
DDecl.cpp3510 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl