Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTConsumer.h58 virtual void HandleInlineFunctionDefinition(FunctionDecl *D) {} in HandleInlineFunctionDefinition() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp58 void HandleInlineFunctionDefinition(FunctionDecl *D) override final { in HandleInlineFunctionDefinition() function in clang::IncrementalASTConsumer
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDModuleBuilder.cpp208 void HandleInlineFunctionDefinition(FunctionDecl *D) override { in HandleInlineFunctionDefinition() function in __anon9d8a86a50111::CodeGeneratorImpl
HDCodeGenAction.cpp210 void BackendConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { in HandleInlineFunctionDefinition() function in clang::BackendConsumer
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDMultiplexConsumer.cpp310 void MultiplexConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { in HandleInlineFunctionDefinition() function in MultiplexConsumer
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTUtils.h162 void HandleInlineFunctionDefinition(clang::FunctionDecl *D) override { in HandleInlineFunctionDefinition() function