Searched defs:GnuLabelL (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDecl.cpp3650 SourceLocation GnuLabelL) {
3651 assert(GnuLabelL != IdentL && "Use this only for GNU local labels");
3652 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL);
3648 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, SourceLocation GnuLabelL) argument

Completed in 136 milliseconds