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 504 SourceLocation IdLoc,
512 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
528 SourceLocation StartLoc, SourceLocation IdLoc,
532 return new (C) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
538 SourceLocation StartLoc, SourceLocation IdLoc,
548 return new (Mem) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc,
693 SourceLocation IdLoc,
698 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc,
717 SourceLocation IdLoc,
725 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 536 SourceLocation IdLoc;
553 IdLoc(l), ReceiverLoc(), Receiver(base) {
564 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
570 SourceLocation IdLoc, Expr *Base)
575 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
581 SourceLocation IdLoc,
585 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
591 SourceLocation IdLoc,
    [all...]
Decl.h 327 SourceLocation IdLoc, IdentifierInfo *Id,
344 SourceLocation IdLoc, IdentifierInfo *Id,
729 SourceLocation IdLoc, IdentifierInfo *Id,
732 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
758 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclTemplate.h     [all...]
DeclObjC.h     [all...]
DeclCXX.h 603 SourceLocation StartLoc, SourceLocation IdLoc,
654 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 871 SourceLocation IdLoc = ConsumeToken();
878 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
880 Diag(IdLoc, diag::err_unknown_template_name)
889 TemplateName.setIdentifier(Id, IdLoc);
913 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
919 Diag(IdLoc, diag::err_expected_class_name);
924 EndLocation = IdLoc;
    [all...]
ParseExprCXX.cpp 410 SourceLocation IdLoc = ConsumeToken();
418 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
420 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseStmt.cpp 790 SourceLocation IdLoc = ConsumeToken();
791 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...]
SemaDecl.cpp     [all...]
SemaCXXScopeSpec.cpp 324 SourceLocation IdLoc,
328 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
    [all...]
SemaDeclObjC.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 990 milliseconds