Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp537 SourceLocation IdLoc, in NonTypeTemplateParmDecl()
561 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
571 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
713 SourceLocation IdLoc, in ClassTemplateSpecializationDecl()
737 SourceLocation IdLoc, in Create()
826 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl()
847 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1075 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl()
1092 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create()
1138 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl()
[all …]
DDecl.cpp1763 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2259 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
3305 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3489 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3565 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl()
3577 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3835 SourceLocation IdLoc, in Create()
3927 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3949 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclCXX.cpp88 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl()
97 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1980 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
1993 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DASTImporter.cpp4067 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local
4138 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local
4257 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitVarTemplateDecl() local
4332 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitVarTemplateSpecializationDecl() local
DDeclObjC.cpp1431 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1503 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/external/clang/include/clang/AST/
DDecl.h1280 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl()
1300 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl()
2261 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl()
2540 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl()
2604 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl()
2627 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
2976 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
DDeclObjC.h1403 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
1459 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp543 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local
985 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
3183 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp489 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2396 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp933 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/llvm/lib/TableGen/
DTGParser.cpp1741 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1911 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp357 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
DSemaDeclCXX.cpp2814 SourceLocation IdLoc, in ActOnMemInitializer()
2830 SourceLocation IdLoc, in ActOnMemInitializer()
2873 SourceLocation IdLoc, in BuildMemInitializer()
3031 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer()
3076 SourceLocation IdLoc) { in BuildMemberInitializer()
DSemaDecl.cpp1619 SourceLocation IdLoc, in getObjCInterfaceDecl()
13256 SourceLocation IdLoc, in CheckEnumConstant()
13427 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
DSemaDeclObjC.cpp3385 SourceLocation IdLoc, in BuildObjCExceptionDecl()
DSemaLookup.cpp2379 SourceLocation IdLoc, in LookupProtocol()
DTreeTransform.h921 SourceLocation IdLoc) { in RebuildDependentNameType()
1612 SourceLocation IdLoc, in RebuildExceptionDecl()
DSemaTemplate.cpp7886 SourceLocation IdLoc) { in ActOnTypenameType()
/external/clang/include/clang/Sema/
DDeclSpec.h950 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
995 SourceLocation IdLoc) { in setLiteralOperatorId()
1892 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()