Searched refs:IdentL (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Decl.cpp | 4940 SourceLocation IdentL, IdentifierInfo *II) { in Create() argument 4941 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL); in Create() 4945 SourceLocation IdentL, IdentifierInfo *II, in Create() argument 4947 assert(GnuLabelL != IdentL && "Use this only for GNU local labels"); in Create() 4948 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL); in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 504 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() argument 506 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 512 SourceLocation IdentL, IdentifierInfo *II); 514 SourceLocation IdentL, IdentifierInfo *II,
|