Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5026 SourceLocation GnuLabelL) { 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.h517 SourceLocation GnuLabelL);