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
362 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, function in class:clang::LabelDecl
367 static LabelDecl *Create(ASTContext &C, DeclContext *DC,
369 static LabelDecl *Create(ASTContext &C, DeclContext *DC,
372 static LabelDecl *CreateDeserialized(ASTContext &C, unsigned ID);
386 static bool classof(const LabelDecl *D) { return true; }

Completed in 75 milliseconds