Home
last modified time | relevance | path

Searched defs:IdLoc (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/AST/
DDeclTemplate.cpp520 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 …]
DDecl.cpp1561 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()
DDeclCXX.cpp77 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()
DASTImporter.cpp4021 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
DDeclObjC.cpp1325 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1397 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp501 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local
910 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
2792 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp433 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2209 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp810 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/clang/include/clang/AST/
DDecl.h1183 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()
DDeclObjC.h1250 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
1306 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp309 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
DSemaDeclCXX.cpp2264 SourceLocation IdLoc, in ActOnMemInitializer()
2280 SourceLocation IdLoc, in ActOnMemInitializer()
2323 SourceLocation IdLoc, in BuildMemInitializer()
2482 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer()
2527 SourceLocation IdLoc) { in BuildMemberInitializer()
DSemaDecl.cpp1441 SourceLocation IdLoc, in getObjCInterfaceDecl()
11932 SourceLocation IdLoc, in CheckEnumConstant()
12103 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
DSemaDeclObjC.cpp3352 SourceLocation IdLoc, in BuildObjCExceptionDecl()
DSemaLookup.cpp2312 SourceLocation IdLoc, in LookupProtocol()
DTreeTransform.h870 SourceLocation IdLoc) { in RebuildDependentNameType()
1363 SourceLocation IdLoc, in RebuildExceptionDecl()
DSemaTemplate.cpp7474 SourceLocation IdLoc) { in ActOnTypenameType()
/external/llvm/lib/TableGen/
DTGParser.cpp1667 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1834 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/include/clang/Sema/
DDeclSpec.h917 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
962 SourceLocation IdLoc) { in setLiteralOperatorId()
1824 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()