/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/llvm-project/clang/include/clang/AST/ |
D | DeclFriend.h | 163 SourceLocation StartL = in getSourceRange() local 167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
D | Decl.h | 477 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()
|
D | DeclCXX.h | 3939 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/ |
D | Decl.cpp | 1994 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()
|
D | DeclCXX.cpp | 3227 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/ |
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()
|