Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp4375 SourceLocation GnuLabelL) { in Create() argument
4376 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create()
4377 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h490 SourceLocation GnuLabelL);