Searched refs:HandleInlineFunctionDefinition (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h57 virtual void HandleInlineFunctionDefinition(FunctionDecl *D) {} function in class:clang::ASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h59 void HandleInlineFunctionDefinition(FunctionDecl *D) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp275 void MultiplexConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { function in class:MultiplexConsumer
277 Consumer->HandleInlineFunctionDefinition(D);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h155 void HandleInlineFunctionDefinition(clang::FunctionDecl *D) override {
156 m_c->HandleInlineFunctionDefinition(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp188 void HandleInlineFunctionDefinition(FunctionDecl *D) override {
H A DCodeGenAction.cpp225 void HandleInlineFunctionDefinition(FunctionDecl *D) override {
232 Gen->HandleInlineFunctionDefinition(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13699 Consumer.HandleInlineFunctionDefinition(D);

Completed in 132 milliseconds