OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnonRecord
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1080
RecordDecl *
AnonRecord
= nullptr;
1082
DS,
AnonRecord
);
1084
if (
AnonRecord
) {
1085
Decl* decls[] = {
AnonRecord
, TheDecl};
ParseDeclCXX.cpp
2677
RecordDecl *
AnonRecord
= nullptr;
2679
getCurScope(), AS, DS, TemplateParams, false,
AnonRecord
);
2681
if (
AnonRecord
) {
2682
Decl* decls[] = {
AnonRecord
, TheDecl};
ParseDecl.cpp
1786
RecordDecl *
AnonRecord
= nullptr;
1788
DS,
AnonRecord
);
1790
if (
AnonRecord
) {
1791
Decl* decls[] = {
AnonRecord
, TheDecl};
4190
RecordDecl *
AnonRecord
= nullptr;
4192
DS,
AnonRecord
);
4193
assert(!
AnonRecord
&& "Did not expect anonymous struct or union here");
Completed in 46 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026