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,
169 DeclEnd, AS, AccessAttrs);
175 /// \param DeclEnd will receive the source location of the last token
187 SourceLocation &DeclEnd,
204 return ParseUsingDirectiveOrDeclaration(Context, TemplateInfo, DeclEnd,
216 DeclEnd = ConsumeToken();
1207 SourceLocation &DeclEnd,
27 ParseDeclarationStartingWithTemplate(unsigned Context, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
81 ParseTemplateDeclarationOrSpecialization(unsigned Context, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
183 ParseSingleDeclarationAfterTemplate( unsigned Context, const ParsedTemplateInfo &TemplateInfo, ParsingDeclRAIIObject &DiagsFromTParams, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
1204 ParseExplicitInstantiation(unsigned Context, SourceLocation ExternLoc, SourceLocation TemplateLoc, SourceLocation &DeclEnd, AccessSpecifier AS) argument
[all...]
H A DParseStmt.cpp173 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
175 DeclEnd, Attrs);
176 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
841 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
843 Declarator::BlockContext, DeclEnd,
845 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd);
1392 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; local
1395 DeclEnd, attrs, false,
H A DParser.cpp688 SourceLocation DeclEnd; local
690 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
699 SourceLocation DeclEnd; local
701 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
711 SourceLocation DeclEnd; local
713 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
721 SourceLocation DeclEnd; local
723 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
736 SourceLocation DeclEnd; local
739 ExternLoc, TemplateLoc, DeclEnd));
[all...]
H A DParseDeclCXX.cpp54 SourceLocation &DeclEnd,
103 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
183 DeclEnd = T.getCloseLocation();
184 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
233 SourceLocation &DeclEnd) {
260 DeclEnd = Tok.getLocation();
336 SourceLocation &DeclEnd,
360 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
368 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
384 SourceLocation &DeclEnd,
53 ParseNamespace(unsigned Context, SourceLocation &DeclEnd, SourceLocation InlineLoc) argument
230 ParseNamespaceAlias(SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, SourceLocation &DeclEnd) argument
334 ParseUsingDirectiveOrDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs, Decl **OwnedType) argument
382 ParseUsingDirective(unsigned Context, SourceLocation UsingLoc, SourceLocation &DeclEnd, ParsedAttributes &attrs) argument
446 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
610 ParseStaticAssertDeclaration(SourceLocation &DeclEnd) argument
1931 SourceLocation DeclEnd; local
1939 SourceLocation DeclEnd; local
1979 SourceLocation DeclEnd; local
[all...]
H A DParseDecl.cpp1215 /// location of the semicolon in DeclEnd.
1230 SourceLocation &DeclEnd,
1243 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1250 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1253 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs,
1257 SingleDecl = ParseNamespace(Context, DeclEnd);
1261 DeclEnd, attrs, &OwnedType);
1266 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1269 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs, true);
1296 SourceLocation &DeclEnd,
1228 ParseDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs) argument
1295 ParseSimpleDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &Attrs, bool RequireSemi, ForRangeInit *FRI) argument
1469 ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context, bool AllowFunctionDefinitions, SourceLocation *DeclEnd, ForRangeInit *FRI) argument
[all...]

Completed in 149 milliseconds