Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp488 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()
DDecl.cpp1530 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()
DDeclCXX.cpp66 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()
DDeclObjC.cpp896 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
974 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
DASTImporter.cpp3785 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local
3856 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local
/external/clang/include/clang/AST/
DDecl.h818 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()
DExprObjC.h533 SourceLocation IdLoc; variable
567 SourceLocation IdLoc, Expr *Base) in ObjCPropertyRefExpr()
578 SourceLocation IdLoc, in ObjCPropertyRefExpr()
588 SourceLocation IdLoc, in ObjCPropertyRefExpr()
DDeclObjC.h996 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
1054 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp836 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
2490 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp370 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2050 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp761 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp331 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
DSemaDeclCXX.cpp1743 SourceLocation IdLoc, in ActOnMemInitializer()
1759 SourceLocation IdLoc, in ActOnMemInitializer()
1803 SourceLocation IdLoc, in BuildMemInitializer()
1962 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer()
2083 SourceLocation IdLoc) { in BuildMemberInitializer()
DSemaDecl.cpp1290 SourceLocation IdLoc, in getObjCInterfaceDecl()
9916 SourceLocation IdLoc, in CheckEnumConstant()
10087 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
DSemaDeclObjC.cpp2996 SourceLocation IdLoc, in BuildObjCExceptionDecl()
DSemaLookup.cpp2186 SourceLocation IdLoc, in LookupProtocol()
DTreeTransform.h843 SourceLocation IdLoc) { in RebuildDependentNameType()
1297 SourceLocation IdLoc, in RebuildExceptionDecl()
DSemaTemplate.cpp6784 SourceLocation IdLoc) { in ActOnTypenameType()
/external/llvm/lib/TableGen/
DTGParser.cpp1693 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1825 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/include/clang/Sema/
DDeclSpec.h877 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
922 SourceLocation IdLoc) { in setLiteralOperatorId()
1723 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()