Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp92 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
153 void MultiplexASTMutationListener::ResolvedExceptionSpec( in ResolvedExceptionSpec() function in clang::MultiplexASTMutationListener
156 Listener->ResolvedExceptionSpec(FD); in ResolvedExceptionSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTMutationListener.h78 virtual void ResolvedExceptionSpec(const FunctionDecl *FD) {} in ResolvedExceptionSpec() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h724 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp227 Listener->ResolvedExceptionSpec(FD); in UpdateExceptionSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6273 void ASTWriter::ResolvedExceptionSpec(const FunctionDecl *FD) { in ResolvedExceptionSpec() function in ASTWriter
H A DASTReader.cpp11551 Listener->ResolvedExceptionSpec(cast<FunctionDecl>(Update.second)); in FinishedDeserializing()