Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangPersistentVariables.cpp90 if (clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(decl)) { in RegisterPersistentDecl() local
DClangASTImporter.cpp380 clang::EnumDecl *enum_decl = in CanImport() local
456 clang::EnumDecl *enum_decl = in Import() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2209 EnumDecl *enum_decl = EnumDecl::CreateDeserialized(ast, 0); in CreateEnumerationType() local
5391 const clang::EnumDecl *enum_decl = enum_type->getDecl(); in ForEachEnumerator() local
7363 const EnumDecl *enum_decl = enum_type->getDecl(); in SetIntegerInitializerForVariable() local
8003 clang::EnumDecl *enum_decl = in SetHasExternalStorage() local
8106 clang::EnumDecl *enum_decl = enutype->getDecl(); in CompleteTagDeclarationDefinition() local
8451 const clang::EnumDecl *enum_decl = enutype->getDecl(); in DumpValue() local
8667 const clang::EnumDecl *enum_decl = enutype->getDecl(); in DumpEnumValue() local
9032 clang::EnumDecl *enum_decl = in DumpTypeName() local
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp486 clang::EnumDecl *enum_decl = TypeSystemClang::GetAsEnumDecl(compiler_type); in TEST_F() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp504 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType() local