Searched defs:clang_type (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 144 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { in AddTypeDecl()
|
H A D | ClangASTSource.cpp | 213 CompilerType clang_type(type_sp->GetFullCompilerType()); FindCompleteType() local 241 CompilerType clang_type(type_sp->GetFullCompilerType()); FindCompleteType() local
|
H A D | ClangExpressionDeclMap.cpp | 1759 CompilerType clang_type = in AddOneRegister() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 600 CompilerType clang_type; ParseTypeModifier() local 892 CompilerType clang_type = m_ast.CreateEnumerationType( ParseEnum() local 962 ParseObjCMethod(const ObjCLanguage::MethodName & objc_method,const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,bool is_variadic) ParseObjCMethod() argument 1008 ParseCXXMethod(const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,const DWARFDIE & decl_ctx_die,bool is_static,bool & ignore_containing_context) ParseCXXMethod() argument 1214 CompilerType clang_type = ParseSubroutine() local 1369 CompilerType clang_type; ParseArrayType() local 1412 CompilerType clang_type = TypeSystemClang::CreateMemberPointerType( ParsePointerToMemberType() local 1608 CompilerType clang_type; ParseStructureLikeDIE() local 1994 CompilerType clang_type; ParseTemplateDIE() local 2107 CompleteRecordType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteRecordType() argument 2202 CompleteEnumType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteEnumType() argument 2217 CompleteTypeFromDWARF(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteTypeFromDWARF() argument 2294 ParseChildEnumerators(lldb_private::CompilerType & clang_type,bool is_signed,uint32_t enumerator_byte_size,const DWARFDIE & parent_die) ParseChildEnumerators() argument [all...] |
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 789 CompilerType clang_type = TEST_F() local 818 CompilerType clang_type = TEST_F() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 878 lldb::opaque_compiler_type_t clang_type = GetBasicType() local 4426 CompilerType clang_type; GetMemberFunctionAtIndex() local 7186 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); IsTemplateType() local 8507 const clang::Type *clang_type = enum_qual_type.getTypePtr(); AddEnumerationValueToEnumerationType() local 8551 const clang::Type *clang_type = qt.getTypePtrOrNull(); GetEnumerationIntegerType() local 8865 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); DumpTypeDescription() local 9053 CompilerType clang_type = GetTypeForDecl(decl); CompleteTagDecl() local 9063 CompilerType clang_type = GetTypeForDecl(decl); CompleteObjCInterfaceDecl() local 9432 CompilerType clang_type = GetTypeForDecl(nd); CountDeclLevels() local [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 410 CompilerType clang_type = in CreateLLDBTypeFromPDBType() local [all...] |