Home
last modified time | relevance | path

Searched defs:EnumDecl (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DRewriters.h20 class EnumDecl; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h33 class EnumDecl; variable
H A DDecl.h2922 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3913 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()