OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SingleDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
759
Decl *
SingleDecl
= nullptr;
821
SingleDecl
=
860
SingleDecl
= Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc);
872
SingleDecl
= ParseObjCMethodDefinition();
887
SingleDecl
= ParseModuleImport(SourceLocation());
891
SingleDecl
= ParseExportDeclaration();
977
return Actions.ConvertDeclToDeclGroup(
SingleDecl
);
ParseObjc.cpp
58
Decl *
SingleDecl
= nullptr;
63
SingleDecl
= ParseObjCAtInterfaceDeclaration(AtLoc, Attrs);
72
SingleDecl
= ParseObjCAtAliasDeclaration(AtLoc);
75
SingleDecl
= ParseObjCPropertySynthesize(AtLoc);
78
SingleDecl
= ParseObjCPropertyDynamic(AtLoc);
82
SingleDecl
= ParseModuleImport(AtLoc);
91
SingleDecl
= nullptr;
94
return Actions.ConvertDeclToDeclGroup(
SingleDecl
);
ParseDecl.cpp
1706
Decl *
SingleDecl
= nullptr;
1711
SingleDecl
= ParseDeclarationStartingWithTemplate(Context, DeclEnd, attrs);
1731
SingleDecl
= ParseStaticAssertDeclaration(DeclEnd);
1740
return Actions.ConvertDeclToDeclGroup(
SingleDecl
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
11958
NamedDecl *
SingleDecl
= cast<NamedDecl>(InstD);
11959
ArrayRef<NamedDecl*> Decls =
SingleDecl
;
Completed in 93 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026