Searched refs:StartL (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclFriend.h | 161 SourceLocation StartL = in getSourceRange() local 165 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
H A D | Decl.h | 507 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument 508 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 789 SourceLocation StartL) in DeclaratorDecl() argument 790 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl() 3262 SourceLocation StartL = SourceLocation()) 3263 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() 3471 SourceLocation StartL); 4274 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument 4275 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
H A D | DeclCXX.h | 4152 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument 4154 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl() 4163 TypeSourceInfo *TInfo, SourceLocation StartL,
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Decl.cpp | 2087 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, in Create() argument 2090 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create() 4403 SourceLocation StartL) in TagDecl() argument 4404 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
|
H A D | DeclCXX.cpp | 3332 SourceLocation StartL, in Create() argument 3335 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()
|