Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DRewriters.h18 class EnumDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h34 class EnumDecl; variable
H A DDecl.h59 class EnumDecl; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d47 EnumDecl, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h36 class EnumDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h76 class EnumDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp4790 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7768 AST_MATCHER(EnumDecl, isScoped) { in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4366 EnumDecl::EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl() function in EnumDecl