Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp766 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 DDecl.cpp2134 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 DDeclCXX.cpp126 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 DDeclObjC.cpp1832 SourceLocation IdLoc, in Create()
1909 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h640 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 DDecl.h1741 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 DDeclObjC.h1959 SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, in ObjCIvarDecl()
2029 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
H A DDeclCXX.h4185 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, in BindingDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp596 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local
1355 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
3892 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
H A DParseTemplate.cpp281 SourceLocation IdLoc = Result.getBeginLoc(); in ParseConceptDefinition() local
H A DParseExprCXX.cpp457 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2604 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
H A DParseStmt.cpp1127 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
H A DParseOpenMP.cpp4185 SourceLocation IdLoc; in ParseOpenMPIteratorsExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1115 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 DSemaObjC.cpp1298 SourceLocation IdLoc, in LookupProtocol()
1445 auto IdLoc = SemaRef.PP.getPragmaARCCFCodeAuditedInfo(); in AddCFAuditedAttribute() local
H A DSemaDeclObjC.cpp5161 SourceLocation IdLoc, in BuildObjCExceptionDecl()
5428 SourceLocation IdLoc, in getObjCInterfaceDecl()
H A DSemaDeclCXX.cpp4270 SourceLocation IdLoc, in ActOnMemInitializer()
4285 SourceLocation IdLoc, in ActOnMemInitializer()
4383 SourceLocation IdLoc, in BuildMemInitializer()
4567 SourceLocation IdLoc) { in BuildMemberInitializer()
H A DSemaDeclAttr.cpp4128 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in handleCallbackAttr() local
4254 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in ParseLifetimeCaptureByAttr() local
H A DSemaDecl.cpp19939 SourceLocation IdLoc, in CheckEnumConstant()
20151 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
H A DTreeTransform.h1162 SourceLocation IdLoc, in RebuildDependentNameType()
2574 SourceLocation IdLoc, in RebuildExceptionDecl()
H A DSemaTemplate.cpp10832 SourceLocation IdLoc, in ActOnTypenameType()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3353 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 DLanaiAsmParser.cpp647 bool LanaiAsmParser::matchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1379 SMLoc IdLoc = Parser.getTok().getLoc(); in parseDirectiveMachine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8306 SMLoc IdLoc = getLoc(); in parseStructuredOpFields() local

12