OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclEnd
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp
38
DeclaratorContext Context, SourceLocation &
DeclEnd
,
44
DeclEnd
, AccessAttrs, AS);
46
return ParseTemplateDeclarationOrSpecialization(Context,
DeclEnd
, AccessAttrs,
75
DeclaratorContext Context, SourceLocation &
DeclEnd
,
167
DeclEnd
);
172
ParsingTemplateParams,
DeclEnd
, AccessAttrs, AS);
178
/// \param
DeclEnd
will receive the source location of the last token
187
ParsingDeclRAIIObject &DiagsFromTParams, SourceLocation &
DeclEnd
,
197
return ParseStaticAssertDeclaration(
DeclEnd
);
211
auto usingDeclPtr = ParseUsingDirectiveOrDeclaration(Context, TemplateInfo,
DeclEnd
,
[
all
...]
ParseDeclCXX.cpp
59
SourceLocation &
DeclEnd
,
133
Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident,
DeclEnd
);
229
DeclEnd
= T.getCloseLocation();
230
Actions.ActOnFinishNamespaceDef(NamespcDecl,
DeclEnd
);
280
SourceLocation &
DeclEnd
) {
320
DeclEnd
= Tok.getLocation();
465
SourceLocation &
DeclEnd
,
495
Decl *UsingDir = ParseUsingDirective(Context, UsingLoc,
DeclEnd
, attrs);
504
return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc,
DeclEnd
,
520
SourceLocation &
DeclEnd
,
[
all
...]
Parser.cpp
905
SourceLocation
DeclEnd
;
906
return ParseDeclaration(DeclaratorContext::File,
DeclEnd
, attrs);
915
SourceLocation
DeclEnd
;
916
return ParseDeclaration(DeclaratorContext::File,
DeclEnd
, attrs);
926
SourceLocation
DeclEnd
;
927
return ParseDeclaration(DeclaratorContext::File,
DeclEnd
, attrs);
935
SourceLocation
DeclEnd
;
936
return ParseDeclaration(DeclaratorContext::File,
DeclEnd
, attrs);
949
SourceLocation
DeclEnd
;
951
DeclaratorContext::File, ExternLoc, TemplateLoc,
DeclEnd
, attrs))
[
all
...]
ParseStmt.cpp
224
SourceLocation DeclStart = Tok.getLocation(),
DeclEnd
;
228
Decl = ParseDeclaration(DeclaratorContext::Block,
DeclEnd
, Attrs,
231
Decl = ParseDeclaration(DeclaratorContext::Block,
DeclEnd
, Attrs);
235
return Actions.ActOnDeclStmt(Decl, DeclStart,
DeclEnd
);
1122
SourceLocation DeclStart = Tok.getLocation(),
DeclEnd
;
1124
ParseDeclaration(DeclaratorContext::Block,
DeclEnd
, attrs);
1125
R = Actions.ActOnDeclStmt(Res, DeclStart,
DeclEnd
);
1875
SourceLocation DeclStart = Tok.getLocation(),
DeclEnd
;
1877
DeclaratorContext::ForInit,
DeclEnd
, attrs, false,
ParseDecl.cpp
1684
/// location of the semicolon in
DeclEnd
.
1698
Parser::ParseDeclaration(DeclaratorContext Context, SourceLocation &
DeclEnd
,
1711
SingleDecl = ParseDeclarationStartingWithTemplate(Context,
DeclEnd
, attrs);
1718
return ParseNamespace(Context,
DeclEnd
, InlineLoc);
1720
return ParseSimpleDeclaration(Context,
DeclEnd
, attrs, true, nullptr,
1724
return ParseNamespace(Context,
DeclEnd
);
1727
DeclEnd
, attrs);
1731
SingleDecl = ParseStaticAssertDeclaration(
DeclEnd
);
1734
return ParseSimpleDeclaration(Context,
DeclEnd
, attrs, true, nullptr,
1765
DeclaratorContext Context, SourceLocation &
DeclEnd
,
[
all
...]
ParseExprCXX.cpp
2020
SourceLocation DeclStart = Tok.getLocation(),
DeclEnd
;
2022
DeclaratorContext::SelectionInit,
DeclEnd
, attrs, /*RequireSemi=*/true);
2023
*InitStmt = Actions.ActOnDeclStmt(DG, DeclStart,
DeclEnd
);
2032
SourceLocation DeclStart = Tok.getLocation(),
DeclEnd
;
2034
DeclEnd
, attrs, false, FRI);
ParseObjc.cpp
659
SourceLocation
DeclEnd
;
661
ParseDeclaration(DeclaratorContext::File,
DeclEnd
, attrs));
1970
SourceLocation
DeclEnd
;
1971
ParseStaticAssertDeclaration(
DeclEnd
);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2301
SourceLocation &
DeclEnd
,
2305
ParseSimpleDeclaration(DeclaratorContext Context, SourceLocation &
DeclEnd
,
2311
SourceLocation *
DeclEnd
= nullptr,
3018
SourceLocation &
DeclEnd
,
3037
SourceLocation &
DeclEnd
, ParsedAttributesWithRange &attrs);
3040
SourceLocation &
DeclEnd
,
3060
SourceLocation &
DeclEnd
,
3064
UsingDeclarator &D, SourceLocation &
DeclEnd
, AccessSpecifier AS,
3067
Decl *ParseStaticAssertDeclaration(SourceLocation &
DeclEnd
);
3070
SourceLocation &
DeclEnd
);
[
all
...]
Completed in 112 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026