OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VaListTagDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1062
mutable Decl *
VaListTagDecl
= nullptr;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1483
VaListTagDecl
= nullptr;
7987
RecordDecl *
VaListTagDecl
= Context->buildImplicitRecord("__va_list");
7997
VaListTagDecl
->setDeclContext(NS);
8000
VaListTagDecl
->startDefinition();
8029
VaListTagDecl
,
8038
VaListTagDecl
->addDecl(Field);
8040
VaListTagDecl
->completeDefinition();
8041
Context->
VaListTagDecl
=
VaListTagDecl
;
8042
QualType VaListTagType = Context->getRecordType(
VaListTagDecl
);
[
all
...]
Completed in 49 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026