Home
last modified time | relevance | path

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

/freebsd-src/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.cpp378 clang::EnumDecl *enum_decl = CanImport() local
452 clang::EnumDecl *enum_decl = Import() local
/freebsd-src/usr.bin/rpcgen/
H A Drpc_parse.h133 declaration enum_decl; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2360 EnumDecl *enum_decl = EnumDecl::CreateDeserialized(ast, 0); CreateEnumerationType() local
5492 const clang::EnumDecl *enum_decl = enum_type->getDecl(); ForEachEnumerator() local
7528 const EnumDecl *enum_decl = enum_type->getDecl(); SetIntegerInitializerForVariable() local
8181 clang::EnumDecl *enum_decl = SetHasExternalStorage() local
8291 clang::EnumDecl *enum_decl = enutype->getDecl(); CompleteTagDeclarationDefinition() local
8474 const clang::EnumDecl *enum_decl = enutype->getDecl(); DumpEnumValue() local
8790 clang::EnumDecl *enum_decl = DumpTypeName() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp512 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType() local