Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h57 virtual void HandleInlineFunctionDefinition(FunctionDecl *D) {} in HandleInlineFunctionDefinition() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp58 void HandleInlineFunctionDefinition(FunctionDecl *D) override final { in HandleInlineFunctionDefinition() function in clang::IncrementalASTConsumer
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp208 void HandleInlineFunctionDefinition(FunctionDecl *D) override { in HandleInlineFunctionDefinition() function in __anona3480fc10111::CodeGeneratorImpl
H A DCodeGenAction.cpp217 void BackendConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { in HandleInlineFunctionDefinition() function in clang::BackendConsumer
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp281 void MultiplexConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { in HandleInlineFunctionDefinition() function in MultiplexConsumer
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h156 void HandleInlineFunctionDefinition(clang::FunctionDecl *D) override { in HandleInlineFunctionDefinition() function