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

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

Completed in 214 milliseconds