Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp606 CompilerType clang_type; in ParseTypeModifier() local
926 CompilerType clang_type = m_ast.CreateEnumerationType( in ParseEnum() local
996 CompilerType clang_type, const ParsedDWARFTypeAttributes &attrs, in ParseObjCMethod()
1042 const DWARFDIE &die, CompilerType clang_type, in ParseCXXMethod()
1248 CompilerType clang_type = in ParseSubroutine() local
1403 CompilerType clang_type; in ParseArrayType() local
1446 CompilerType clang_type = TypeSystemClang::CreateMemberPointerType( in ParsePointerToMemberType() local
1646 CompilerType clang_type; in ParseStructureLikeDIE() local
1972 CompilerType clang_type; in ParseTemplateDIE() local
2085 CompilerType &clang_type) { in CompleteRecordType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp144 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { in AddTypeDecl() argument
H A DClangASTSource.cpp213 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType() local
241 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType() local
H A DClangExpressionDeclMap.cpp1759 CompilerType clang_type = in AddOneRegister() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp878 lldb::opaque_compiler_type_t clang_type = in GetBasicType() local
4426 CompilerType clang_type; in GetMemberFunctionAtIndex() local
7186 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); in IsTemplateType() local
8507 const clang::Type *clang_type = enum_qual_type.getTypePtr(); in AddEnumerationValueToEnumerationType() local
8551 const clang::Type *clang_type = qt.getTypePtrOrNull(); in GetEnumerationIntegerType() local
8865 const clang::Type *clang_type = ClangUtil::GetQualType(ct).getTypePtr(); in DumpTypeDescription() local
9053 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl() local
9063 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl() local
9436 CompilerType clang_type = GetTypeForDecl(nd); in CountDeclLevels() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp410 CompilerType clang_type = in CreateLLDBTypeFromPDBType() local