Searched refs:StartL (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 145 SourceLocation StartL = in getSourceRange() local 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
D | Decl.h | 435 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument 439 LocStart(StartL) {} in LabelDecl() 666 SourceLocation StartL) in DeclaratorDecl() argument 667 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 2582 SourceLocation StartL = SourceLocation()) 2583 : NamedDecl(DK, DC, L, Id), TypeForDecl(nullptr), LocStart(StartL) {} in NamedDecl() 2809 SourceLocation StartL) in TagDecl() argument 2810 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl() 3428 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument 3429 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
D | DeclCXX.h | 3398 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument 3400 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl() 3406 TypeSourceInfo *TInfo, SourceLocation StartL,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2312 SourceLocation StartL, in Create() argument 2315 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()
|
D | Decl.cpp | 1801 SourceLocation StartL, SourceLocation IdL, in Create() argument 1804 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
|
D | ASTImporter.cpp | 2576 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local 2580 StartL, Loc, in VisitTypedefNameDecl() 2585 StartL, Loc, in VisitTypedefNameDecl()
|