Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp720 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 DDecl.cpp2071 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 DDeclCXX.cpp125 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 DDeclObjC.cpp1841 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
1918 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A 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()
H A DDecl.h1696 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 DDeclObjC.h1949 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl()
2018 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
H A DDeclCXX.h4029 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id) in BindingDecl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp648 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local
1303 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
3762 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
H A DParseExprCXX.cpp449 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
2878 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
H A DParseTemplate.cpp433 SourceLocation IdLoc = Result.getBeginLoc(); in ParseConceptDefinition() local
H A DParseStmt.cpp1153 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
H A DParseOpenMP.cpp4203 SourceLocation IdLoc; in ParseOpenMPIteratorsExpr() local
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp2813 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 DDeclSpec.h1061 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 DLanaiAsmParser.cpp654 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp4172 SourceLocation IdLoc, in ActOnMemInitializer()
4188 SourceLocation IdLoc, in ActOnMemInitializer()
4246 SourceLocation IdLoc, in BuildMemInitializer()
4429 SourceLocation IdLoc) { in BuildMemberInitializer()
H A DSemaDecl.cpp2303 SourceLocation IdLoc, in getObjCInterfaceDecl()
19091 SourceLocation IdLoc, in CheckEnumConstant()
19296 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
H A DSemaDeclObjC.cpp5142 SourceLocation IdLoc, in BuildObjCExceptionDecl()
H A DSemaLookup.cpp3300 SourceLocation IdLoc, in LookupProtocol()
H A DTreeTransform.h1132 SourceLocation IdLoc, in RebuildDependentNameType()
2456 SourceLocation IdLoc, in RebuildExceptionDecl()
H A DSemaTemplate.cpp10731 SourceLocation IdLoc, in ActOnTypenameType()
H A DSemaDeclAttr.cpp4065 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in handleCallbackAttr() local
H A DSemaOpenMP.cpp22987 SourceLocation IdLoc) { in checkDeclIsAllowedInOpenMPTarget()