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

/external/clang/include/clang/AST/
H A DDecl.h313 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, argument
315 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
319 SourceLocation IdentL, IdentifierInfo *II);
321 SourceLocation IdentL, IdentifierInfo *II,
/external/clang/lib/AST/
H A DDecl.cpp3644 SourceLocation IdentL, IdentifierInfo *II) {
3645 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL);
3649 SourceLocation IdentL, IdentifierInfo *II,
3651 assert(GnuLabelL != IdentL && "Use this only for GNU local labels");
3652 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, GnuLabelL);
3643 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II) argument
3648 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, SourceLocation GnuLabelL) argument

Completed in 915 milliseconds