OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompleteExternalDeclaration
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConsumer.h
105
///
CompleteExternalDeclaration
- Callback invoked at the end of a translation
108
virtual void
CompleteExternalDeclaration
(VarDecl *D) {}
/src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp
325
void MultiplexConsumer::
CompleteExternalDeclaration
(VarDecl *D) {
327
Consumer->
CompleteExternalDeclaration
(D);
Completed in 17 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026