| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 766 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl() 784 SourceLocation IdLoc, unsigned D, unsigned P, const IdentifierInfo *Id, in Create() 802 SourceLocation IdLoc, unsigned D, unsigned P, const IdentifierInfo *Id, in Create() 971 SourceLocation StartLoc, SourceLocation IdLoc, in ClassTemplateSpecializationDecl() 990 SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, in Create() 1176 SourceLocation IdLoc, TemplateParameterList *Params, in ClassTemplatePartialSpecializationDecl() 1192 SourceLocation IdLoc, TemplateParameterList *Params, in Create() 1406 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl() 1422 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create() 1537 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl() [all …]
|
| H A D | Decl.cpp | 2134 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2946 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4634 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4939 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() 4956 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5097 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() 5120 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5486 SourceLocation IdLoc, in Create() 5645 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 5697 SourceLocation IdLoc, in Create()
|
| H A D | DeclCXX.cpp | 126 SourceLocation IdLoc, IdentifierInfo *Id, in CXXRecordDecl() 134 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 3228 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() 3240 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 3575 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
|
| H A D | DeclObjC.cpp | 1832 SourceLocation IdLoc, in Create() 1909 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 640 SourceLocation IdLoc; variable 668 SourceLocation IdLoc, Expr *Base) in ObjCPropertyRefExpr() 678 SourceLocation IdLoc, SourceLocation SuperLoc, in ObjCPropertyRefExpr() 689 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr()
|
| H A D | Decl.h | 1741 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() 1776 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, in ParmVarDecl() 3194 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, in FieldDecl() 3540 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl() 3627 SourceLocation IdLoc, const IdentifierInfo *Id, in TypedefDecl() 3651 SourceLocation IdLoc, const IdentifierInfo *Id, in TypeAliasDecl()
|
| H A D | DeclObjC.h | 1959 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, in ObjCIvarDecl() 2029 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
|
| H A D | DeclCXX.h | 4185 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, in BindingDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 596 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local 1355 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local 3892 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
|
| H A D | ParseTemplate.cpp | 281 SourceLocation IdLoc = Result.getBeginLoc(); in ParseConceptDefinition() local
|
| H A D | ParseExprCXX.cpp | 457 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local 2604 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
|
| H A D | ParseStmt.cpp | 1127 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
|
| H A D | ParseOpenMP.cpp | 4185 SourceLocation IdLoc; in ParseOpenMPIteratorsExpr() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1115 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() 1160 SourceLocation IdLoc) { in setLiteralOperatorId() 2342 void SetIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjC.cpp | 1298 SourceLocation IdLoc, in LookupProtocol() 1445 auto IdLoc = SemaRef.PP.getPragmaARCCFCodeAuditedInfo(); in AddCFAuditedAttribute() local
|
| H A D | SemaDeclObjC.cpp | 5161 SourceLocation IdLoc, in BuildObjCExceptionDecl() 5428 SourceLocation IdLoc, in getObjCInterfaceDecl()
|
| H A D | SemaDeclCXX.cpp | 4270 SourceLocation IdLoc, in ActOnMemInitializer() 4285 SourceLocation IdLoc, in ActOnMemInitializer() 4383 SourceLocation IdLoc, in BuildMemInitializer() 4567 SourceLocation IdLoc) { in BuildMemberInitializer()
|
| H A D | SemaDeclAttr.cpp | 4128 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in handleCallbackAttr() local 4254 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in ParseLifetimeCaptureByAttr() local
|
| H A D | SemaDecl.cpp | 19939 SourceLocation IdLoc, in CheckEnumConstant() 20151 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
|
| H A D | TreeTransform.h | 1162 SourceLocation IdLoc, in RebuildDependentNameType() 2574 SourceLocation IdLoc, in RebuildExceptionDecl()
|
| H A D | SemaTemplate.cpp | 10832 SourceLocation IdLoc, in ActOnTypenameType()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 3353 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local 3547 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 647 bool LanaiAsmParser::matchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1379 SMLoc IdLoc = Parser.getTok().getLoc(); in parseDirectiveMachine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 8306 SMLoc IdLoc = getLoc(); in parseStructuredOpFields() local
|