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

  /external/clang/lib/AST/
DeclTemplate.cpp 516 SourceLocation IdLoc,
524 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
540 SourceLocation StartLoc, SourceLocation IdLoc,
544 return new (C, DC) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
550 SourceLocation StartLoc, SourceLocation IdLoc,
559 DC, StartLoc, IdLoc, D, P, Id, T, TInfo,
692 SourceLocation IdLoc,
697 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
716 SourceLocation IdLoc,
723 Context, ClassTemplateSpecialization, TK, DC, StartLoc, IdLoc,
    [all...]
Decl.cpp     [all...]
DeclCXX.cpp 88 SourceLocation IdLoc, IdentifierInfo *Id,
90 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
97 SourceLocation IdLoc, IdentifierInfo *Id,
101 IdLoc, Id, PrevDecl);
    [all...]
DeclObjC.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 550 SourceLocation IdLoc;
567 IdLoc(l), ReceiverLoc(), Receiver(base) {
578 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
584 SourceLocation IdLoc, Expr *Base)
589 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
595 SourceLocation IdLoc,
599 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
605 SourceLocation IdLoc,
    [all...]
Decl.h 357 SourceLocation StartLoc, SourceLocation IdLoc,
368 SourceLocation IdLoc, IdentifierInfo *Id,
771 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
796 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclTemplate.h     [all...]
DeclObjC.h     [all...]
DeclCXX.h 635 SourceLocation StartLoc, SourceLocation IdLoc,
677 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 527 SourceLocation IdLoc = ConsumeToken();
528 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
529 Name.setConstructorName(Type, IdLoc, IdLoc);
    [all...]
ParseExprCXX.cpp 456 SourceLocation IdLoc = ConsumeToken();
466 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
478 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseStmt.cpp 918 SourceLocation IdLoc = ConsumeToken();
919 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 309 SourceLocation IdLoc,
313 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 371 milliseconds