Searched refs:IdentL (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Decl.cpp | 4795 SourceLocation IdentL, IdentifierInfo *II) { in Create() argument 4796 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL); in Create() 4800 SourceLocation IdentL, IdentifierInfo *II, in Create() argument 4802 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create() 4803 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 480 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() argument 482 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 488 SourceLocation IdentL, IdentifierInfo *II); 490 SourceLocation IdentL, IdentifierInfo *II,
|