Home
last modified time | relevance | path

Searched defs:clang_type (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp559 CompilerType clang_type; in ParseTypeModifier() local
826 CompilerType clang_type; in ParseEnum() local
960 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine() local
1324 CompilerType clang_type; in ParseArrayType() local
1362 CompilerType clang_type = TypeSystemClang::CreateMemberPointerType( in ParsePointerToMemberType() local
1414 CompilerType clang_type; in ParseStructureLikeDIE() local
1844 CompilerType clang_type; in ParseTemplateDIE() local
1952 CompilerType &clang_type) { in CompleteRecordType()
2074 CompilerType &clang_type) { in CompleteEnumType()
2089 CompilerType &clang_type) { in CompleteTypeFromDWARF()
[all …]
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp144 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { in AddTypeDecl()
DClangASTSource.cpp213 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType() local
250 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType() local
DClangExpressionDeclMap.cpp1687 CompilerType clang_type = in AddOneRegister() local
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp565 CompilerType clang_type = in TEST_F() local
594 CompilerType clang_type = in TEST_F() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp942 lldb::opaque_compiler_type_t clang_type = in GetBasicType() local
2475 const clang::Type *clang_type = tag_qual_type.getTypePtr(); in SetTagTypeKind() local
4286 CompilerType clang_type; in GetMemberFunctionAtIndex() local
8161 const clang::Type *clang_type = enum_qual_type.getTypePtr(); in AddEnumerationValueToEnumerationType() local
8204 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType() local
8915 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); in DumpTypeDescription() local
9107 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl() local
9117 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl() local
9406 CompilerType clang_type = GetTypeForDecl(nd); in CountDeclLevels() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp401 CompilerType clang_type = m_ast.GetTypeForIdentifier<clang::CXXRecordDecl>( in CreateLLDBTypeFromPDBType() local