Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp91 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
153 void MultiplexASTMutationListener::ResolvedExceptionSpec( in ResolvedExceptionSpec() function in clang::MultiplexASTMutationListener
156 Listener->ResolvedExceptionSpec(FD); in ResolvedExceptionSpec()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTMutationListener.h77 virtual void ResolvedExceptionSpec(const FunctionDecl *FD) {} in ResolvedExceptionSpec() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h740 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp243 Listener->ResolvedExceptionSpec(FD); in UpdateExceptionSpec()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5773 void ASTWriter::ResolvedExceptionSpec(const FunctionDecl *FD) { in ResolvedExceptionSpec() function in ASTWriter
H A DASTReader.cpp11564 Listener->ResolvedExceptionSpec(cast<FunctionDecl>(Update.second)); in FinishedDeserializing()