OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleInlineFunctionDefinition
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConsumer.h
57
virtual void
HandleInlineFunctionDefinition
(FunctionDecl *D) {}
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
MultiplexConsumer.h
59
void
HandleInlineFunctionDefinition
(FunctionDecl *D) override;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp
275
void MultiplexConsumer::
HandleInlineFunctionDefinition
(FunctionDecl *D) {
277
Consumer->
HandleInlineFunctionDefinition
(D);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp
188
void
HandleInlineFunctionDefinition
(FunctionDecl *D) override {
CodeGenAction.cpp
226
void
HandleInlineFunctionDefinition
(FunctionDecl *D) override {
233
Gen->
HandleInlineFunctionDefinition
(D);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
13971
Consumer.
HandleInlineFunctionDefinition
(D);
Completed in 41 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026