/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 541 SourceLocation IdLoc, in NonTypeTemplateParmDecl() 564 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 574 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 734 SourceLocation IdLoc, in ClassTemplateSpecializationDecl() 758 SourceLocation IdLoc, in Create() 847 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl() 868 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 1096 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl() 1113 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create() 1159 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl() [all …]
|
D | Decl.cpp | 1781 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2288 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 3333 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3516 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3591 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() 3603 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3843 SourceLocation IdLoc, in Create() 3935 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3964 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
D | DeclCXX.cpp | 88 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl() 97 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1996 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() 2009 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
D | DeclObjC.cpp | 1645 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1722 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
D | ASTImporter.cpp | 4242 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local 4313 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local 4435 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitVarTemplateDecl() local 4510 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitVarTemplateSpecializationDecl() local
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1333 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() 1353 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl() 2316 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl() 2599 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl() 2666 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl() 2689 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl() 3027 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
|
D | DeclObjC.h | 1617 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl() 1677 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 549 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local 993 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local 3259 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
|
D | ParseExprCXX.cpp | 489 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local 2404 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
|
D | ParseStmt.cpp | 942 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1707 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local 1876 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 357 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
|
D | SemaDeclCXX.cpp | 2792 SourceLocation IdLoc, in ActOnMemInitializer() 2808 SourceLocation IdLoc, in ActOnMemInitializer() 2851 SourceLocation IdLoc, in BuildMemInitializer() 3014 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer() 3059 SourceLocation IdLoc) { in BuildMemberInitializer()
|
D | SemaDecl.cpp | 1636 SourceLocation IdLoc, in getObjCInterfaceDecl() 13853 SourceLocation IdLoc, in CheckEnumConstant() 14049 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
|
D | SemaDeclObjC.cpp | 4415 SourceLocation IdLoc, in BuildObjCExceptionDecl()
|
D | SemaLookup.cpp | 2696 SourceLocation IdLoc, in LookupProtocol()
|
D | TreeTransform.h | 942 SourceLocation IdLoc) { in RebuildDependentNameType() 1788 SourceLocation IdLoc, in RebuildExceptionDecl()
|
D | SemaTemplate.cpp | 8000 SourceLocation IdLoc) { in ActOnTypenameType()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 969 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() 1014 SourceLocation IdLoc) { in setLiteralOperatorId() 1931 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
|