Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp3650 SourceLocation GnuLabelL) { in Create() argument
3651 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create()
3652 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
/external/clang/include/clang/AST/
DDecl.h322 SourceLocation GnuLabelL);