Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp3986 SourceLocation GnuLabelL) { in Create() argument
3987 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create()
3988 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
/external/llvm-project/clang/lib/AST/
DDecl.cpp4769 SourceLocation GnuLabelL) { in Create() argument
4770 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create()
4771 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
/external/clang/include/clang/AST/
DDecl.h446 SourceLocation GnuLabelL);
/external/llvm-project/clang/include/clang/AST/
DDecl.h487 SourceLocation GnuLabelL);