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 541 SourceLocation IdLoc,
549 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
564 SourceLocation StartLoc, SourceLocation IdLoc,
568 return new (C, DC) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
574 SourceLocation StartLoc, SourceLocation IdLoc,
584 NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id, T, TInfo,
734 SourceLocation IdLoc,
739 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
758 SourceLocation IdLoc,
765 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 569 SourceLocation IdLoc;
586 IdLoc(l), ReceiverLoc(), Receiver(base) {
597 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
603 SourceLocation IdLoc, Expr *Base)
608 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
614 SourceLocation IdLoc,
618 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
624 SourceLocation IdLoc,
    [all...]
Decl.h 417 SourceLocation StartLoc, SourceLocation IdLoc,
428 SourceLocation IdLoc, IdentifierInfo *Id,
839 SourceLocation IdLoc, IdentifierInfo *Id, QualType T,
864 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclTemplate.h     [all...]
DeclObjC.h     [all...]
DeclCXX.h 641 SourceLocation StartLoc, SourceLocation IdLoc,
683 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 549 SourceLocation IdLoc = ConsumeToken();
550 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
551 Name.setConstructorName(Type, IdLoc, IdLoc);
    [all...]
ParseExprCXX.cpp 489 SourceLocation IdLoc = ConsumeToken();
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
511 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseStmt.cpp 942 SourceLocation IdLoc = ConsumeToken();
943 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 357 SourceLocation IdLoc,
361 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 1075 milliseconds