Searched refs:StartL (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 151 SourceLocation StartL = (NumTPLists == 0) in getSourceRange() local 154 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
D | Decl.h | 365 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument 369 LocStart(StartL) {} in LabelDecl() 606 SourceLocation StartL) in DeclaratorDecl() argument 607 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 2565 SourceLocation StartL = SourceLocation()) 2566 : NamedDecl(DK, DC, L, Id), TypeForDecl(nullptr), LocStart(StartL) {} in NamedDecl() 2792 SourceLocation StartL) in TagDecl() argument 2793 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl() 3407 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument 3408 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
D | DeclCXX.h | 3220 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument 3222 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl() 3228 TypeSourceInfo *TInfo, SourceLocation StartL,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2199 SourceLocation StartL, in Create() argument 2202 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()
|
D | Decl.cpp | 1798 SourceLocation StartL, SourceLocation IdL, in Create() argument 1801 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
|
D | ASTImporter.cpp | 2430 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local 2434 StartL, Loc, in VisitTypedefNameDecl() 2439 StartL, Loc, in VisitTypedefNameDecl()
|