Searched refs:clang_type_system (Results 1 – 3 of 3) sorted by relevance
327 TypeSystemClang *clang_type_system = in ParseCompileUnitFunctionForPDBFunc() local329 if (!clang_type_system) in ParseCompileUnitFunctionForPDBFunc()331 clang_type_system->GetPDBParser()->GetDeclForSymbol(pdb_func); in ParseCompileUnitFunctionForPDBFunc()578 TypeSystemClang *clang_type_system = in ResolveTypeUID() local580 if (!clang_type_system) in ResolveTypeUID()582 PDBASTParser *pdb = clang_type_system->GetPDBParser(); in ResolveTypeUID()1459 TypeSystemClang *clang_type_system = in DumpClangAST() local1461 if (!clang_type_system) in DumpClangAST()1463 clang_type_system->Dump(s.AsRawOstream()); in DumpClangAST()1671 auto *clang_type_system = in GetPDBAstParser() local[all …]
1611 auto clang_type_system = type_system.dyn_cast_or_null<TypeSystemClang>(); in HasForwardDeclForCompilerType() local1612 if (!clang_type_system) in HasForwardDeclForCompilerType()1615 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in HasForwardDeclForCompilerType()1621 auto clang_type_system = in CompleteType() local1623 if (clang_type_system) { in CompleteType()1625 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in CompleteType()
2125 auto clang_type_system = ts.dyn_cast_or_null<TypeSystemClang>(); in CompleteType() local2126 if (!clang_type_system) in CompleteType()2130 static_cast<PdbAstBuilder *>(clang_type_system->GetNativePDBParser()); in CompleteType()