Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp506 SourceLocation IdLoc, in NonTypeTemplateParmDecl()
530 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
540 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
695 SourceLocation IdLoc, in ClassTemplateSpecializationDecl()
719 SourceLocation IdLoc, in Create()
798 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl()
822 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
DDecl.cpp1558 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
2481 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2656 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2721 SourceLocation StartLoc, SourceLocation IdLoc, in RecordDecl()
2732 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2886 SourceLocation IdLoc, in Create()
2970 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2984 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclCXX.cpp72 SourceLocation StartLoc, SourceLocation IdLoc, in CXXRecordDecl()
80 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1861 SourceLocation IdLoc, IdentifierInfo *Id, in NamespaceDecl()
1874 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclObjC.cpp922 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
994 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
DASTImporter.cpp3766 SourceLocation IdLoc = Importer.Import(DTemplated->getLocation()); in VisitClassTemplateDecl() local
3837 SourceLocation IdLoc = Importer.Import(D->getLocation()); in VisitClassTemplateSpecializationDecl() local
/external/clang/include/clang/AST/
DDecl.h816 SourceLocation IdLoc, IdentifierInfo *Id, in VarDecl()
1224 ImplicitParamDecl(DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl()
1245 SourceLocation IdLoc, IdentifierInfo *Id, in ParmVarDecl()
2109 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl()
2350 SourceLocation IdLoc, IdentifierInfo *Id, in TypedefNameDecl()
2402 TypedefDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypedefDecl()
2423 TypeAliasDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypeAliasDecl()
2716 EnumDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in EnumDecl()
DExprObjC.h537 SourceLocation IdLoc; variable
571 SourceLocation IdLoc, Expr *Base) in ObjCPropertyRefExpr()
582 SourceLocation IdLoc, in ObjCPropertyRefExpr()
592 SourceLocation IdLoc, in ObjCPropertyRefExpr()
DDeclObjC.h1028 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
1085 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp849 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
2542 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp369 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2026 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp705 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp330 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
DSemaDeclCXX.cpp1793 SourceLocation IdLoc, in ActOnMemInitializer()
1809 SourceLocation IdLoc, in ActOnMemInitializer()
1854 SourceLocation IdLoc, in BuildMemInitializer()
2013 SourceLocation IdLoc) { in CheckForDanglingReferenceOrPointer()
2159 SourceLocation IdLoc) { in BuildMemberInitializer()
DSemaDecl.cpp1396 SourceLocation IdLoc, in getObjCInterfaceDecl()
10318 SourceLocation IdLoc, in CheckEnumConstant()
10489 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
DSemaDeclObjC.cpp3075 SourceLocation IdLoc, in BuildObjCExceptionDecl()
DSemaLookup.cpp2180 SourceLocation IdLoc, in LookupProtocol()
DTreeTransform.h843 SourceLocation IdLoc) { in RebuildDependentNameType()
1292 SourceLocation IdLoc, in RebuildExceptionDecl()
DSemaTemplate.cpp6920 SourceLocation IdLoc) { in ActOnTypenameType()
/external/llvm/lib/TableGen/
DTGParser.cpp1657 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1824 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/include/clang/Sema/
DDeclSpec.h896 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
941 SourceLocation IdLoc) { in setLiteralOperatorId()
1744 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()