Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp3821 SourceLocation GnuLabelL) { in Create() argument
3822 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create()
3823 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h375 SourceLocation GnuLabelL);