Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclFriend.h161 SourceLocation StartL = in getSourceRange() local
165 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
H A DDecl.h507 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument
508 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
789 SourceLocation StartL) in DeclaratorDecl() argument
790 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl()
3262 SourceLocation StartL = SourceLocation())
3263 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl()
3471 SourceLocation StartL);
4274 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument
4275 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
H A DDeclCXX.h4152 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument
4154 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl()
4163 TypeSourceInfo *TInfo, SourceLocation StartL,
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2087 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, in Create() argument
2090 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
4403 SourceLocation StartL) in TagDecl() argument
4404 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
H A DDeclCXX.cpp3332 SourceLocation StartL, in Create() argument
3335 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()