/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 720 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl() 738 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 754 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, in Create() 913 SourceLocation IdLoc, in ClassTemplateSpecializationDecl() 934 SourceLocation IdLoc, in Create() 1100 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl() 1119 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 1339 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl() 1355 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create() 1413 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl() [all …]
|
H A D | Decl.cpp | 2071 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2844 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 4291 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4538 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() 4555 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4696 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() 4718 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5060 SourceLocation IdLoc, in Create() 5177 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5228 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
H A D | DeclCXX.cpp | 125 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl() 133 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 2896 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() 2915 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 3265 SourceLocation IdLoc, IdentifierInfo *Id) { in Create()
|
H A D | DeclObjC.cpp | 1841 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1918 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprObjC.h | 639 SourceLocation IdLoc; variable 667 SourceLocation IdLoc, Expr *Base) in ObjCPropertyRefExpr() 677 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr() 688 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr()
|
H A D | Decl.h | 1696 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() 1731 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl() 2991 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl() 3304 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl() 3392 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl() 3415 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
|
H A D | DeclObjC.h | 1949 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl() 2018 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
|
H A D | DeclCXX.h | 4029 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id) in BindingDecl()
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 648 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local 1303 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local 3762 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
|
H A D | ParseExprCXX.cpp | 449 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local 2878 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
|
H A D | ParseTemplate.cpp | 433 SourceLocation IdLoc = Result.getBeginLoc(); in ParseConceptDefinition() local
|
H A D | ParseStmt.cpp | 1153 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
|
H A D | ParseOpenMP.cpp | 4203 SourceLocation IdLoc; in ParseOpenMPIteratorsExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2813 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local 3002 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1061 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() 1106 SourceLocation IdLoc) { in setLiteralOperatorId() 2260 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 654 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 4172 SourceLocation IdLoc, in ActOnMemInitializer() 4188 SourceLocation IdLoc, in ActOnMemInitializer() 4246 SourceLocation IdLoc, in BuildMemInitializer() 4429 SourceLocation IdLoc) { in BuildMemberInitializer()
|
H A D | SemaDecl.cpp | 2303 SourceLocation IdLoc, in getObjCInterfaceDecl() 19091 SourceLocation IdLoc, in CheckEnumConstant() 19296 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
|
H A D | SemaDeclObjC.cpp | 5142 SourceLocation IdLoc, in BuildObjCExceptionDecl()
|
H A D | SemaLookup.cpp | 3300 SourceLocation IdLoc, in LookupProtocol()
|
H A D | TreeTransform.h | 1132 SourceLocation IdLoc, in RebuildDependentNameType() 2456 SourceLocation IdLoc, in RebuildExceptionDecl()
|
H A D | SemaTemplate.cpp | 10731 SourceLocation IdLoc, in ActOnTypenameType()
|
H A D | SemaDeclAttr.cpp | 4065 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in handleCallbackAttr() local
|
H A D | SemaOpenMP.cpp | 22987 SourceLocation IdLoc) { in checkDeclIsAllowedInOpenMPTarget()
|