Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp583 CompilerType clang_type; ParseTypeModifier() local
857 CompilerType clang_type; ParseEnum() local
1026 CompilerType clang_type = ParseSubroutine() local
1369 CompilerType clang_type; ParseArrayType() local
1412 CompilerType clang_type = TypeSystemClang::CreateMemberPointerType( ParsePointerToMemberType() local
1612 CompilerType clang_type; ParseStructureLikeDIE() local
2047 CompilerType clang_type; ParseTemplateDIE() local
2160 CompleteRecordType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteRecordType() argument
2260 CompleteEnumType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteEnumType() argument
2275 CompleteTypeFromDWARF(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteTypeFromDWARF() argument
2342 ParseChildEnumerators(lldb_private::CompilerType & clang_type,bool is_signed,uint32_t enumerator_byte_size,const DWARFDIE & parent_die) ParseChildEnumerators() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp144 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { in AddTypeDecl()
H A DClangASTSource.cpp214 CompilerType clang_type(type_sp->GetFullCompilerType()); FindCompleteType() local
242 CompilerType clang_type(type_sp->GetFullCompilerType()); FindCompleteType() local
H A DClangExpressionDeclMap.cpp1764 CompilerType clang_type = AddOneRegister() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp936 lldb::opaque_compiler_type_t clang_type = GetBasicType() local
4382 CompilerType clang_type; GetMemberFunctionAtIndex() local
7029 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); IsTemplateType() local
8343 const clang::Type *clang_type = enum_qual_type.getTypePtr(); AddEnumerationValueToEnumerationType() local
8386 const clang::Type *clang_type = qt.getTypePtrOrNull(); GetEnumerationIntegerType() local
8679 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); DumpTypeDescription() local
8867 CompilerType clang_type = GetTypeForDecl(decl); CompleteTagDecl() local
8877 CompilerType clang_type = GetTypeForDecl(decl); CompleteObjCInterfaceDecl() local
9238 CompilerType clang_type = GetTypeForDecl(nd); CountDeclLevels() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp410 CompilerType clang_type = in CreateLLDBTypeFromPDBType() local
[all...]