/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 698 DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, in NonTypeTemplateParmDecl() 716 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 732 SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, in Create() 891 SourceLocation IdLoc, in ClassTemplateSpecializationDecl() 912 SourceLocation IdLoc, in Create() 1029 SourceLocation IdLoc, in ClassTemplatePartialSpecializationDecl() 1047 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 1257 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in VarTemplateSpecializationDecl() 1273 SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, in Create() 1327 SourceLocation IdLoc, TemplateParameterList *Params, in VarTemplatePartialSpecializationDecl() [all …]
|
H A D | Decl.cpp | 2001 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2727 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 4138 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4367 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() 4384 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4499 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() 4519 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4829 SourceLocation IdLoc, in Create() 4947 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 4998 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() 2865 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() 2878 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 3174 SourceLocation IdLoc, IdentifierInfo *Id) { in Create()
|
H A D | DeclObjC.cpp | 1785 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1862 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/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 | 1606 ImplicitParamDecl(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, in ImplicitParamDecl() 1641 SourceLocation IdLoc, IdentifierInfo *Id, QualType T, in ParmVarDecl() 2844 SourceLocation IdLoc, IdentifierInfo *Id, in FieldDecl() 3157 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl() 3245 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypedefDecl() 3268 SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) in TypeAliasDecl()
|
H A D | DeclObjC.h | 1931 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCIvarDecl() 1990 SourceLocation IdLoc, IdentifierInfo *Id, in ObjCAtDefsFieldDecl()
|
H A D | DeclCXX.h | 3837 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id) in BindingDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 634 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local 1195 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local 3565 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
|
H A D | ParseTemplate.cpp | 404 SourceLocation IdLoc = Result.getBeginLoc(); in ParseConceptDefinition() local
|
H A D | ParseExprCXX.cpp | 447 SourceLocation IdLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local 2779 SourceLocation IdLoc = ConsumeToken(); in ParseUnqualifiedId() local
|
H A D | ParseStmt.cpp | 1069 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody() local
|
H A D | ParseOpenMP.cpp | 3637 SourceLocation IdLoc; in ParseOpenMPIteratorsExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2694 SMLoc IdLoc = Lex.getLoc(); in ParseDeclaration() local 2884 SMLoc IdLoc = Lex.getLoc(); in ParseBodyItem() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1038 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() 1083 SourceLocation IdLoc) { in setLiteralOperatorId() 2197 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 652 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 4088 SourceLocation IdLoc, in ActOnMemInitializer() 4104 SourceLocation IdLoc, in ActOnMemInitializer() 4162 SourceLocation IdLoc, in BuildMemInitializer() 4329 SourceLocation IdLoc) { in BuildMemberInitializer()
|
H A D | SemaDecl.cpp | 1978 SourceLocation IdLoc, in getObjCInterfaceDecl() 17675 SourceLocation IdLoc, in CheckEnumConstant() 17879 SourceLocation IdLoc, IdentifierInfo *Id, in ActOnEnumConstant()
|
H A D | SemaDeclObjC.cpp | 5122 SourceLocation IdLoc, in BuildObjCExceptionDecl()
|
H A D | SemaLookup.cpp | 3033 SourceLocation IdLoc, in LookupProtocol()
|
H A D | TreeTransform.h | 1087 SourceLocation IdLoc, in RebuildDependentNameType() 2298 SourceLocation IdLoc, in RebuildExceptionDecl()
|
H A D | SemaTemplate.cpp | 10375 SourceLocation IdLoc) { in ActOnTypenameType()
|
H A D | SemaDeclAttr.cpp | 3549 IdentifierLoc *IdLoc = AL.getArgAsIdent(I); in handleCallbackAttr() local
|
H A D | SemaOpenMP.cpp | 20150 SourceLocation IdLoc) { in checkDeclIsAllowedInOpenMPTarget()
|