Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h485 bool is_virtual = false; global() member
H A DDWARFASTParserClang.cpp1442 bool is_virtual = false; ParseInheritance() local
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp857 bool is_virtual = false; TEST_F() local
889 bool is_virtual = false; TEST_F() local
/llvm-project/libcxxabi/src/
H A Dprivate_typeinfo.cpp572 bool is_virtual = __offset_flags & __virtual_mask; has_unambiguous_public_base() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1387 auto is_virtual = base->isVirtualBaseClass(); in AddRecordBases() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp728 bool is_virtual = bi->isVirtual(); importRecordLayoutFromOrigin() local
H A DClangExpressionDeclMap.cpp1987 const bool is_virtual = false; in AddContextClassType() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp85 bool is_virtual = attrs.isVirtual(); in AddMethod() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7715 AddMethodToCXXRecordType(lldb::opaque_compiler_type_t type,llvm::StringRef name,const char * mangled_name,const CompilerType & method_clang_type,lldb::AccessType access,bool is_virtual,bool is_static,bool is_inline,bool is_explicit,bool is_attr_used,bool is_artificial) AddMethodToCXXRecordType() argument
7920 CreateBaseClassSpecifier(lldb::opaque_compiler_type_t type,AccessType access,bool is_virtual,bool base_of_class) CreateBaseClassSpecifier() argument