Searched defs:DeclEnd (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseTemplate.cpp28 SourceLocation &DeclEnd,
36 DeclEnd, AS);
38 return ParseTemplateDeclarationOrSpecialization(Context, DeclEnd, AS,
82 SourceLocation &DeclEnd,
168 DeclEnd, AS, AccessAttrs);
184 /// \param DeclEnd will receive the source location of the last token
196 SourceLocation &DeclEnd,
213 return ParseUsingDirectiveOrDeclaration(Context, TemplateInfo, DeclEnd,
226 DeclEnd = ConsumeToken();
1131 SourceLocation &DeclEnd,
27 ParseDeclarationStartingWithTemplate(unsigned Context, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
81 ParseTemplateDeclarationOrSpecialization(unsigned Context, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
192 ParseSingleDeclarationAfterTemplate( unsigned Context, const ParsedTemplateInfo &TemplateInfo, ParsingDeclRAIIObject &DiagsFromTParams, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
1128 ParseExplicitInstantiation(unsigned Context, SourceLocation ExternLoc, SourceLocation TemplateLoc, SourceLocation &DeclEnd, AccessSpecifier AS) argument
[all...]
H A DParseStmt.cpp229 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
231 DeclEnd, Attrs);
232 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
812 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
814 Declarator::BlockContext, DeclEnd,
816 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd);
1355 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1358 DeclEnd, attrs, false,
H A DParser.cpp646 SourceLocation DeclEnd; local
648 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
657 SourceLocation DeclEnd; local
659 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
669 SourceLocation DeclEnd; local
671 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
679 SourceLocation DeclEnd; local
681 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
694 SourceLocation DeclEnd; local
697 ExternLoc, TemplateLoc, DeclEnd));
[all...]
H A DParseDecl.cpp957 /// location of the semicolon in DeclEnd.
972 SourceLocation &DeclEnd,
985 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
992 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
995 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs,
999 SingleDecl = ParseNamespace(Context, DeclEnd);
1003 DeclEnd, attrs, &OwnedType);
1008 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1011 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs, true);
1036 SourceLocation &DeclEnd,
970 ParseDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs) argument
1034 ParseSimpleDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributes &attrs, bool RequireSemi, ForRangeInit *FRI) argument
1190 ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context, bool AllowFunctionDefinitions, SourceLocation *DeclEnd, ForRangeInit *FRI) argument
[all...]
H A DParseDeclCXX.cpp52 SourceLocation &DeclEnd,
95 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
175 DeclEnd = T.getCloseLocation();
176 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
225 SourceLocation &DeclEnd) {
252 DeclEnd = Tok.getLocation();
328 SourceLocation &DeclEnd,
352 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
360 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
376 SourceLocation &DeclEnd,
51 ParseNamespace(unsigned Context, SourceLocation &DeclEnd, SourceLocation InlineLoc) argument
222 ParseNamespaceAlias(SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, SourceLocation &DeclEnd) argument
326 ParseUsingDirectiveOrDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs, Decl **OwnedType) argument
374 ParseUsingDirective(unsigned Context, SourceLocation UsingLoc, SourceLocation &DeclEnd, ParsedAttributes &attrs) argument
438 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
592 ParseStaticAssertDeclaration(SourceLocation &DeclEnd) argument
1762 SourceLocation DeclEnd; local
1770 SourceLocation DeclEnd; local
1804 SourceLocation DeclEnd; local
[all...]

Completed in 198 milliseconds