Home
last modified time | relevance | path

Searched defs:HandleInlineFunctionDefinition (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h57 virtual void HandleInlineFunctionDefinition(FunctionDecl *D) {} in HandleInlineFunctionDefinition() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp188 void HandleInlineFunctionDefinition(FunctionDecl *D) override { in HandleInlineFunctionDefinition() function in __anonf4efd53f0111::CodeGeneratorImpl
H A DCodeGenAction.cpp226 void HandleInlineFunctionDefinition(FunctionDecl *D) override { in HandleInlineFunctionDefinition() function in clang::BackendConsumer
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp275 void MultiplexConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { in HandleInlineFunctionDefinition() function in MultiplexConsumer
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h155 void HandleInlineFunctionDefinition(clang::FunctionDecl *D) override { in HandleInlineFunctionDefinition() function