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 520 SourceLocation IdLoc,
528 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
544 SourceLocation StartLoc, SourceLocation IdLoc,
548 return new (C) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
554 SourceLocation StartLoc, SourceLocation IdLoc,
564 return new (Mem) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc,
709 SourceLocation IdLoc,
714 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc,
733 SourceLocation IdLoc,
741 TK, DC, StartLoc, IdLoc,
    [all...]
Decl.cpp     [all...]
DeclCXX.cpp 77 SourceLocation StartLoc, SourceLocation IdLoc,
79 : RecordDecl(K, TK, DC, StartLoc, IdLoc, Id, PrevDecl),
85 SourceLocation IdLoc, IdentifierInfo *Id,
88 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TK, DC, StartLoc, IdLoc,
    [all...]
DeclObjC.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 549 SourceLocation IdLoc;
566 IdLoc(l), ReceiverLoc(), Receiver(base) {
577 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
583 SourceLocation IdLoc, Expr *Base)
588 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
594 SourceLocation IdLoc,
598 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
604 SourceLocation IdLoc,
    [all...]
Decl.h 344 SourceLocation IdLoc, IdentifierInfo *Id,
361 SourceLocation IdLoc, IdentifierInfo *Id,
753 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
773 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclTemplate.h     [all...]
DeclObjC.h     [all...]
DeclCXX.h 613 SourceLocation StartLoc, SourceLocation IdLoc,
662 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 501 SourceLocation IdLoc = ConsumeToken();
502 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
503 Name.setConstructorName(Type, IdLoc, IdLoc);
    [all...]
ParseExprCXX.cpp 433 SourceLocation IdLoc = ConsumeToken();
441 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
443 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseStmt.cpp 810 SourceLocation IdLoc = ConsumeToken();
811 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaCXXScopeSpec.cpp 309 SourceLocation IdLoc,
313 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 477 milliseconds