Searched refs:DeducedReturnType (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h80 virtual void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp92 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override;
158 void MultiplexASTMutationListener::DeducedReturnType(const FunctionDecl *FD, function in class:clang::MultiplexASTMutationListener
161 Listeners[i]->DeducedReturnType(FD, ReturnType);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h716 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2974 L->DeducedReturnType(FD, ResultType);
9529 void ASTMutationListener::DeducedReturnType(const FunctionDecl *FD, function in class:ASTMutationListener
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5825 void ASTWriter::DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) {

Completed in 96 milliseconds