HomeSort by relevance Sort by last modified time
    Searched refs:DeclEnd (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Parse/
ParseTemplate.cpp 29 SourceLocation &DeclEnd,
37 DeclEnd, AS);
39 return ParseTemplateDeclarationOrSpecialization(Context, DeclEnd, AS,
62 SourceLocation &DeclEnd,
158 DeclEnd, AS, AccessAttrs);
164 /// \param DeclEnd will receive the source location of the last token
176 SourceLocation &DeclEnd,
187 return ParseStaticAssertDeclaration(DeclEnd);
201 return ParseUsingDirectiveOrDeclaration(Context, TemplateInfo, DeclEnd,
213 DeclEnd = ConsumeToken()
    [all...]
Parser.cpp 749 SourceLocation DeclEnd;
750 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs);
759 SourceLocation DeclEnd;
760 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs);
770 SourceLocation DeclEnd;
771 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs);
779 SourceLocation DeclEnd;
780 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs);
793 SourceLocation DeclEnd;
796 ExternLoc, TemplateLoc, DeclEnd));
    [all...]
ParseDeclCXX.cpp 59 SourceLocation &DeclEnd,
119 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
201 DeclEnd = T.getCloseLocation();
202 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
257 SourceLocation &DeclEnd) {
284 DeclEnd = Tok.getLocation();
382 SourceLocation &DeclEnd,
406 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
414 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
430 SourceLocation &DeclEnd,
    [all...]
ParseStmt.cpp 214 SourceLocation DeclStart = Tok.getLocation(), DeclEnd;
216 DeclEnd, Attrs);
217 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
    [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 1150 milliseconds