Searched refs:IdentL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5332 SourceLocation IdentL, IdentifierInfo *II) { in Create() argument 5333 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL); in Create() 5337 SourceLocation IdentL, IdentifierInfo *II, in Create() argument 5339 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create() 5340 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 509 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() argument 511 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 517 SourceLocation IdentL, IdentifierInfo *II); 519 SourceLocation IdentL, IdentifierInfo *II,
|