Searched refs:checkExceptionSpecification (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 13851 void Sema::checkExceptionSpecification( in checkExceptionSpecification() function in Sema 13928 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
D | SemaType.cpp | 4304 S.checkExceptionSpecification(D.isFunctionDeclarationContext(), in GetFullTypeForDeclarator()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 17638 void Sema::checkExceptionSpecification( in checkExceptionSpecification() function in Sema 17707 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
D | SemaType.cpp | 5292 S.checkExceptionSpecification(D.isFunctionDeclarationContext(), in GetFullTypeForDeclarator()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4445 void checkExceptionSpecification(bool IsTopLevel,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5709 void checkExceptionSpecification(bool IsTopLevel,
|