Searched defs:ResolvedExceptionSpec (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 77 virtual void ResolvedExceptionSpec(const FunctionDecl *FD) {} ResolvedExceptionSpec() function |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 159 void MultiplexASTMutationListener::ResolvedExceptionSpec( ResolvedExceptionSpec() function in clang::MultiplexASTMutationListener |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 6278 void ASTWriter::ResolvedExceptionSpec(const FunctionDecl *FD) { ResolvedExceptionSpec() function in ASTWriter |