Searched refs:IdentL (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Decl.cpp | 3815 SourceLocation IdentL, IdentifierInfo *II) { in Create() argument 3816 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL); in Create() 3820 SourceLocation IdentL, IdentifierInfo *II, in Create() argument 3822 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create() 3823 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 363 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() argument 365 : NamedDecl(Label, DC, IdentL, II), in LabelDecl() 372 SourceLocation IdentL, IdentifierInfo *II); 374 SourceLocation IdentL, IdentifierInfo *II,
|