Searched defs:LabelDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h349 /// LabelDecl - Represents the declaration of a label. Labels also have a
354 class LabelDecl : public NamedDecl { class in namespace:clang
364 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, function in class:clang::LabelDecl
372 static LabelDecl *Create(ASTContext &C, DeclContext *DC,
374 static LabelDecl *Create(ASTContext &C, DeclContext *DC,
377 static LabelDecl *CreateDeserialized(ASTContext &C, unsigned ID);

Completed in 93 milliseconds