Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp516 SourceLocation IdLoc, in NonTypeTemplateParmDecl()
540 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
550 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
692 SourceLocation IdLoc, in ClassTemplateSpecializationDecl()
716 SourceLocation IdLoc, in Create()
805 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl()
826 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1059 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl()
1076 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create()
1122 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl()
[all …]
DDecl.cpp1687 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2184 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
3238 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3413 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3489 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl()
3501 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3673 SourceLocation IdLoc, in Create()
3765 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3779 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclCXX.cpp88 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl()
97 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1937 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
1950 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DASTImporter.cpp4010 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local
4081 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local
4200 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitVarTemplateDecl() local
4275 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitVarTemplateSpecializationDecl() local
DDeclObjC.cpp1400 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1472 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp527 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local
963 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
2880 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp456 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2330 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp918 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/clang/include/clang/AST/
DDecl.h1220 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl()
1240 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl()
2170 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl()
2416 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl()
2476 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl()
2496 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
2841 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
DDeclObjC.h1398 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
1454 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
/external/llvm/lib/TableGen/
DTGParser.cpp1704 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1871 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp309 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
DSemaDeclCXX.cpp2519 SourceLocation IdLoc, in ActOnMemInitializer()
2535 SourceLocation IdLoc, in ActOnMemInitializer()
2578 SourceLocation IdLoc, in BuildMemInitializer()
2730 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer()
2775 SourceLocation IdLoc) { in BuildMemberInitializer()
DSemaDecl.cpp1531 SourceLocation IdLoc, in getObjCInterfaceDecl()
12682 SourceLocation IdLoc, in CheckEnumConstant()
12853 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
DSemaDeclObjC.cpp3327 SourceLocation IdLoc, in BuildObjCExceptionDecl()
DSemaLookup.cpp2326 SourceLocation IdLoc, in LookupProtocol()
DTreeTransform.h894 SourceLocation IdLoc) { in RebuildDependentNameType()
1562 SourceLocation IdLoc, in RebuildExceptionDecl()
DSemaTemplate.cpp7724 SourceLocation IdLoc) { in ActOnTypenameType()
/external/clang/include/clang/Sema/
DDeclSpec.h933 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
978 SourceLocation IdLoc) { in setLiteralOperatorId()
1848 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()