OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Anon
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1626
auto *
Anon
= cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace));
1628
D->setAnonymousNamespace(
Anon
);
4444
auto *
Anon
= readDeclAs<NamespaceDecl>();
4451
TU->setAnonymousNamespace(
Anon
);
4453
cast<NamespaceDecl>(D)->setAnonymousNamespace(
Anon
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
4545
// Otherwise, set this as the
anon
-decl typedef for the tag.
5012
// C++17 [class.union.
anon
]p2:
5189
NamedDecl *
Anon
= nullptr;
5191
Anon
= FieldDecl::Create(
5196
Anon
->setAccess(AS);
5197
ProcessDeclAttributes(S,
Anon
, Dc);
5200
FieldCollector->Add(cast<FieldDecl>(
Anon
));
5213
Anon
= VarDecl::Create(Context, Owner, DS.getBeginLoc(),
5222
ActOnUninitializedDecl(
Anon
);
5224
Anon
->setImplicit()
[
all
...]
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026