Home
last modified time | relevance | path

Searched refs:method_comp_type (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1338 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod() local
1339 if (!method_comp_type.GetCompleteType()) { in AddRecordMethod()
1343 method_comp_type.GetTypeName().GetCString()); in AddRecordMethod()
1344 if (ClangASTContext::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
1345 ClangASTContext::CompleteTagDeclarationDefinition(method_comp_type); in AddRecordMethod()
1355 /*mangled_name*/ nullptr, method_comp_type, access, method.isVirtual(), in AddRecordMethod()