Home
last modified time | relevance | path

Searched refs:IdentL (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5020 SourceLocation IdentL, IdentifierInfo *II) { in Create() argument
5021 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL); in Create()
5025 SourceLocation IdentL, IdentifierInfo *II, in Create() argument
5027 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create()
5028 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h506 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() argument
508 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
514 SourceLocation IdentL, IdentifierInfo *II);
516 SourceLocation IdentL, IdentifierInfo *II,