Home
last modified time | relevance | path

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

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