/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 488 SourceLocation IdLoc, in NonTypeTemplateParmDecl() 512 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 522 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 641 SourceLocation IdLoc, in ClassTemplateSpecializationDecl() 665 SourceLocation IdLoc, in Create() 744 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl() 768 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
D | Decl.cpp | 1530 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 2446 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 2616 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 2681 SourceLocation StartLoc, SourceLocation IdLoc, in RecordDecl() 2692 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 2841 SourceLocation IdLoc, in Create() 2925 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 2939 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
D | DeclCXX.cpp | 66 SourceLocation StartLoc, SourceLocation IdLoc, in CXXRecordDecl() 74 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1837 SourceLocation IdLoc, IdentifierInfo *Id, in NamespaceDecl() 1850 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
D | DeclObjC.cpp | 896 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 974 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
D | ASTImporter.cpp | 3785 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local 3856 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local
|
/external/clang/include/clang/AST/ |
D | Decl.h | 818 SourceLocation IdLoc, IdentifierInfo *Id, in VarDecl() 1226 ImplicitParamDecl(DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() 1247 SourceLocation IdLoc, IdentifierInfo *Id, in ParmVarDecl() 2110 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl() 2342 SourceLocation IdLoc, IdentifierInfo *Id, in TypedefNameDecl() 2394 TypedefDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypedefDecl() 2415 TypeAliasDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypeAliasDecl() 2706 EnumDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in EnumDecl()
|
D | ExprObjC.h | 533 SourceLocation IdLoc; variable 567 SourceLocation IdLoc, Expr *Base) in ObjCPropertyRefExpr() 578 SourceLocation IdLoc, in ObjCPropertyRefExpr() 588 SourceLocation IdLoc, in ObjCPropertyRefExpr()
|
D | DeclObjC.h | 996 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl() 1054 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 836 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local 2490 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
|
D | ParseExprCXX.cpp | 370 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local 2050 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
|
D | ParseStmt.cpp | 761 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 331 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
|
D | SemaDeclCXX.cpp | 1743 SourceLocation IdLoc, in ActOnMemInitializer() 1759 SourceLocation IdLoc, in ActOnMemInitializer() 1803 SourceLocation IdLoc, in BuildMemInitializer() 1962 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer() 2083 SourceLocation IdLoc) { in BuildMemberInitializer()
|
D | SemaDecl.cpp | 1290 SourceLocation IdLoc, in getObjCInterfaceDecl() 9916 SourceLocation IdLoc, in CheckEnumConstant() 10087 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
|
D | SemaDeclObjC.cpp | 2996 SourceLocation IdLoc, in BuildObjCExceptionDecl()
|
D | SemaLookup.cpp | 2186 SourceLocation IdLoc, in LookupProtocol()
|
D | TreeTransform.h | 843 SourceLocation IdLoc) { in RebuildDependentNameType() 1297 SourceLocation IdLoc, in RebuildExceptionDecl()
|
D | SemaTemplate.cpp | 6784 SourceLocation IdLoc) { in ActOnTypenameType()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1693 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local 1825 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 877 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() 922 SourceLocation IdLoc) { in setLiteralOperatorId() 1723 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
|