Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclFriend.h163 SourceLocation StartL = in getSourceRange() local
167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
H A DDecl.h481 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument
482 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
722 SourceLocation StartL) in DeclaratorDecl() argument
723 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl()
3115 SourceLocation StartL = SourceLocation())
3116 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl()
3324 SourceLocation StartL);
4084 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument
4085 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
H A DDeclCXX.h3960 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument
3962 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl()
3971 TypeSourceInfo *TInfo, SourceLocation StartL,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2018 SourceLocation StartL, SourceLocation IdL, in Create() argument
2021 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
4250 SourceLocation StartL) in TagDecl() argument
4251 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
H A DDeclCXX.cpp3240 SourceLocation StartL, in Create() argument
3243 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()