Home
last modified time | relevance | path

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

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