Searched refs:GnuLabelL (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Decl.cpp | 3986 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/ |
D | Decl.cpp | 4769 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/ |
D | Decl.h | 446 SourceLocation GnuLabelL);
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 487 SourceLocation GnuLabelL);
|