/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 520 SourceLocation IdLoc, in NonTypeTemplateParmDecl() 544 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 554 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 709 SourceLocation IdLoc, in ClassTemplateSpecializationDecl() 733 SourceLocation IdLoc, in Create() 827 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl() 851 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 1095 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl() 1111 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create() 1162 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl() [all …]
|
D | Decl.cpp | 1561 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in VarDecl() 2031 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 2971 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3143 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3211 SourceLocation StartLoc, SourceLocation IdLoc, in RecordDecl() 3223 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3396 SourceLocation IdLoc, in Create() 3501 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3515 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
D | DeclCXX.cpp | 77 SourceLocation StartLoc, SourceLocation IdLoc, in CXXRecordDecl() 85 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1863 SourceLocation IdLoc, IdentifierInfo *Id, in NamespaceDecl() 1876 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
D | ASTImporter.cpp | 4021 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local 4092 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local 4212 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitVarTemplateDecl() local 4288 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitVarTemplateSpecializationDecl() local
|
D | DeclObjC.cpp | 1325 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1397 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 501 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local 910 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local 2792 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
|
D | ParseExprCXX.cpp | 433 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local 2209 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
|
D | ParseStmt.cpp | 810 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1183 ImplicitParamDecl(DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() 1203 SourceLocation IdLoc, IdentifierInfo *Id, in ParmVarDecl() 2095 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl() 2332 SourceLocation IdLoc, IdentifierInfo *Id, in TypedefNameDecl() 2391 TypedefDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypedefDecl() 2411 TypeAliasDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypeAliasDecl() 2737 EnumDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in EnumDecl()
|
D | DeclObjC.h | 1250 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl() 1306 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 309 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
|
D | SemaDeclCXX.cpp | 2264 SourceLocation IdLoc, in ActOnMemInitializer() 2280 SourceLocation IdLoc, in ActOnMemInitializer() 2323 SourceLocation IdLoc, in BuildMemInitializer() 2482 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer() 2527 SourceLocation IdLoc) { in BuildMemberInitializer()
|
D | SemaDecl.cpp | 1441 SourceLocation IdLoc, in getObjCInterfaceDecl() 11932 SourceLocation IdLoc, in CheckEnumConstant() 12103 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
|
D | SemaDeclObjC.cpp | 3352 SourceLocation IdLoc, in BuildObjCExceptionDecl()
|
D | SemaLookup.cpp | 2312 SourceLocation IdLoc, in LookupProtocol()
|
D | TreeTransform.h | 870 SourceLocation IdLoc) { in RebuildDependentNameType() 1363 SourceLocation IdLoc, in RebuildExceptionDecl()
|
D | SemaTemplate.cpp | 7474 SourceLocation IdLoc) { in ActOnTypenameType()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1667 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local 1834 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 917 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() 962 SourceLocation IdLoc) { in setLiteralOperatorId() 1824 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
|