Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp541 SourceLocation IdLoc, in NonTypeTemplateParmDecl()
564 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
574 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
734 SourceLocation IdLoc, in ClassTemplateSpecializationDecl()
758 SourceLocation IdLoc, in Create()
847 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl()
868 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1096 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl()
1113 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create()
1159 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl()
[all …]
DDecl.cpp1781 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2288 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
3333 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3516 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3591 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl()
3603 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3843 SourceLocation IdLoc, in Create()
3935 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3964 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclCXX.cpp88 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl()
97 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1996 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
2009 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclObjC.cpp1645 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1722 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
DASTImporter.cpp4242 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local
4313 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local
4435 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitVarTemplateDecl() local
4510 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitVarTemplateSpecializationDecl() local
/external/clang/include/clang/AST/
DDecl.h1333 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl()
1353 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl()
2316 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl()
2599 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl()
2666 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl()
2689 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
3027 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
DDeclObjC.h1617 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
1677 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp549 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local
993 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
3259 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp489 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2404 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp942 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/llvm/lib/TableGen/
DTGParser.cpp1707 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1876 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp357 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
DSemaDeclCXX.cpp2792 SourceLocation IdLoc, in ActOnMemInitializer()
2808 SourceLocation IdLoc, in ActOnMemInitializer()
2851 SourceLocation IdLoc, in BuildMemInitializer()
3014 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer()
3059 SourceLocation IdLoc) { in BuildMemberInitializer()
DSemaDecl.cpp1636 SourceLocation IdLoc, in getObjCInterfaceDecl()
13853 SourceLocation IdLoc, in CheckEnumConstant()
14049 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
DSemaDeclObjC.cpp4415 SourceLocation IdLoc, in BuildObjCExceptionDecl()
DSemaLookup.cpp2696 SourceLocation IdLoc, in LookupProtocol()
DTreeTransform.h942 SourceLocation IdLoc) { in RebuildDependentNameType()
1788 SourceLocation IdLoc, in RebuildExceptionDecl()
DSemaTemplate.cpp8000 SourceLocation IdLoc) { in ActOnTypenameType()
/external/clang/include/clang/Sema/
DDeclSpec.h969 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
1014 SourceLocation IdLoc) { in setLiteralOperatorId()
1931 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()