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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h77 virtual void ResolvedExceptionSpec(const FunctionDecl *FD) {} function in class:clang::ASTMutationListener
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp91 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
153 void MultiplexASTMutationListener::ResolvedExceptionSpec( function in class:clang::MultiplexASTMutationListener
156 Listener->ResolvedExceptionSpec(FD);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h732 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp243 Listener->ResolvedExceptionSpec(FD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5900 void ASTWriter::ResolvedExceptionSpec(const FunctionDecl *FD) {
H A DASTReader.cpp11599 Listener->ResolvedExceptionSpec(cast<FunctionDecl>(Update.second));

Completed in 165 milliseconds