Home
last modified time | relevance | path

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

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