Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp130 SourceRange ExceptionSpecRange = F.getExceptionSpecSourceRange(); in findTrailingReturnTypeSourceLocation()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp351 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
354 << FD->getExceptionSpecSourceRange(); in EmitDiagForCXXThrowInNonThrowingFunc()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp498 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
512 << FD->getExceptionSpecSourceRange(); in EmitStartEHSpec()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp310 STRING_LOCATION_STDPAIR(MethodDecl, getExceptionSpecSourceRange()), in TEST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2601 SourceRange getExceptionSpecSourceRange() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3646 SourceRange FunctionDecl::getExceptionSpecSourceRange() const { in getExceptionSpecSourceRange() function in FunctionDecl