Searched refs:IdentL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4662 SourceLocation IdentL, IdentifierInfo *II) {
4663 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL);
4667 SourceLocation IdentL, IdentifierInfo *II,
4669 assert(GnuLabelL != IdentL && "Use this only for GNU local labels");
4670 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h461 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, argument
463 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
469 SourceLocation IdentL, IdentifierInfo *II);
471 SourceLocation IdentL, IdentifierInfo *II,

Completed in 159 milliseconds