Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h162 SourceLocation StartL = in getSourceRange() local
166 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
H A DDecl.h510 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument
511 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
753 SourceLocation StartL) in DeclaratorDecl() argument
754 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl()
3379 SourceLocation StartL = SourceLocation())
3380 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl()
3590 SourceLocation StartL);
4398 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument
4399 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
H A DDeclCXX.h4246 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, in MSPropertyDecl() argument
4248 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), in MSPropertyDecl()
4257 TypeSourceInfo *TInfo, SourceLocation StartL,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2133 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, in Create() argument
2136 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
4693 SourceLocation StartL) in TagDecl() argument
4694 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C), in TagDecl()
H A DDeclCXX.cpp3419 SourceLocation StartL, in Create() argument
3422 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter); in Create()