Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h365 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument
366 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
609 SourceLocation StartL) in DeclaratorDecl() argument
610 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl()
2310 SourceLocation StartL = SourceLocation())
2311 : NamedDecl(DK, DC, L, Id), TypeForDecl(0), LocStart(StartL) {} in NamedDecl()
2504 TagDecl *PrevDecl, SourceLocation StartL) in TagDecl() argument
2505 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), in TagDecl()
3035 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument
3036 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
/external/clang/lib/AST/
DDecl.cpp1158 SourceLocation StartL, SourceLocation IdL, in Create() argument
1161 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S, SCAsWritten); in Create()
DASTImporter.cpp2205 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local
2209 StartL, Loc, in VisitTypedefNameDecl()
2214 StartL, Loc, in VisitTypedefNameDecl()