Home
last modified time | relevance | path

Searched refs:StartL (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DDeclFriend.h145 SourceLocation StartL = in getSourceRange() local
149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
DDecl.h435 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()
DDeclCXX.h3398 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/llvm-project/clang/include/clang/AST/
DDeclFriend.h163 SourceLocation StartL = in getSourceRange() local
167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
DDecl.h477 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument
478 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
708 SourceLocation StartL) in DeclaratorDecl() argument
709 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl()
3095 SourceLocation StartL = SourceLocation())
3096 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl()
3304 SourceLocation StartL);
4064 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument
4065 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
DDeclCXX.h3939 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument
3941 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl()
3950 TypeSourceInfo *TInfo, SourceLocation StartL,
/external/llvm-project/clang/lib/AST/
DDecl.cpp1994 SourceLocation StartL, SourceLocation IdL, in Create() argument
1997 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
4217 SourceLocation StartL) in TagDecl() argument
4218 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
DDeclCXX.cpp3227 SourceLocation StartL, in Create() argument
3230 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()
/external/clang/lib/AST/
DDeclCXX.cpp2312 SourceLocation StartL, in Create() argument
2315 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()
DDecl.cpp1801 SourceLocation StartL, SourceLocation IdL, in Create() argument
1804 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
DASTImporter.cpp2576 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local
2580 StartL, Loc, in VisitTypedefNameDecl()
2585 StartL, Loc, in VisitTypedefNameDecl()