Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DDeclTemplate.cpp521 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl()
539 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
549 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, in Create()
707 SourceLocation IdLoc, in ClassTemplateSpecializationDecl()
730 SourceLocation IdLoc, in Create()
818 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl()
838 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1056 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl()
1072 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create()
1116 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl()
[all …]
DDecl.cpp1784 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2330 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
3444 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3627 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3717 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl()
3729 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4016 SourceLocation IdLoc, in Create()
4129 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4158 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclCXX.cpp87 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl()
96 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
2060 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
2073 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclObjC.cpp1679 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1756 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp673 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl()
691 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
707 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, in Create()
866 SourceLocation IdLoc, in ClassTemplateSpecializationDecl()
887 SourceLocation IdLoc, in Create()
1004 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl()
1022 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1232 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl()
1248 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create()
1302 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl()
[all …]
DDecl.cpp1977 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2705 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
4105 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4334 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
4351 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4466 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl()
4486 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4797 SourceLocation IdLoc, in Create()
4915 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
4966 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
DDeclCXX.cpp123 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl()
131 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
2846 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
2859 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
3155 SourceLocation IdLoc, IdentifierInfo *Id) { in Create()
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h639 SourceLocation IdLoc; variable
667 SourceLocation IdLoc, Expr *Base) in ObjCPropertyRefExpr()
677 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr()
688 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr()
DDecl.h1589 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl()
1624 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl()
2824 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl()
3137 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl()
3225 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl()
3248 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
/external/clang/include/clang/AST/
DDecl.h1364 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl()
1384 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl()
2335 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl()
2616 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl()
2683 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl()
2706 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
3044 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp549 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local
993 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
3282 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseExprCXX.cpp489 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2483 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
DParseStmt.cpp961 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
/external/llvm/lib/TableGen/
DTGParser.cpp1702 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
1871 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp634 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local
1176 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
3552 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
DParseTemplate.cpp404 SourceLocation IdLoc = Result.getBeginLoc(); in ParseConceptDefinition() local
DParseExprCXX.cpp447 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2794 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp384 SourceLocation IdLoc, in isNonTypeNestedNameSpecifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2440 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
2625 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp2514 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local
2692 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
/external/clang/include/clang/Sema/
DDeclSpec.h988 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
1033 SourceLocation IdLoc) { in setLiteralOperatorId()
1981 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1039 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier()
1084 SourceLocation IdLoc) { in setLiteralOperatorId()
2194 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp650 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction()
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp632 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp652 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction()

12