Home
last modified time | relevance | path

Searched defs:enum_decl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp96 if (clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(decl)) { in RegisterPersistentDecl() local
H A DClangASTImporter.cpp381 clang::EnumDecl *enum_decl = in CanImport() local
455 clang::EnumDecl *enum_decl = in Import() local
/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h133 declaration enum_decl; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2312 EnumDecl *enum_decl = EnumDecl::CreateDeserialized(ast, GlobalDeclID()); in CreateEnumerationType() local
5579 const clang::EnumDecl *enum_decl = enum_type->getDecl(); in ForEachEnumerator() local
7687 const EnumDecl *enum_decl = enum_type->getDecl(); in SetIntegerInitializerForVariable() local
8345 clang::EnumDecl *enum_decl = in SetHasExternalStorage() local
8455 clang::EnumDecl *enum_decl = enutype->getDecl(); in CompleteTagDeclarationDefinition() local
8639 const clang::EnumDecl *enum_decl = enutype->getDecl(); in DumpEnumValue() local
8976 clang::EnumDecl *enum_decl = in DumpTypeName() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp512 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType() local