Searched refs:StartL (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 163 SourceLocation StartL = in getSourceRange() local 167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
| H A D | Decl.h | 505 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument 506 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 748 SourceLocation StartL) in DeclaratorDecl() argument 749 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl() 3192 SourceLocation StartL = SourceLocation()) 3193 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() 3401 SourceLocation StartL); 4189 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument 4190 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
| H A D | DeclCXX.h | 4124 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument 4126 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl() 4135 TypeSourceInfo *TInfo, SourceLocation StartL,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Decl.cpp | 2058 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, in Create() argument 2061 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create() 4369 SourceLocation StartL) in TagDecl() argument 4370 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
|
| H A D | DeclCXX.cpp | 3280 SourceLocation StartL, in Create() argument 3283 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()
|