reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
 1345   std::string name = MSVCUndecoratedNameParser::DropScope(method.getName());
 1347   Type *method_type = symbol_file.ResolveTypeUID(method.getSymIndexId());
 1362   AccessType access = TranslateMemberAccess(method.getAccess());
 1369       /*mangled_name*/ nullptr, method_comp_type, access, method.isVirtual(),
 1370       method.isStatic(), method.hasInlineAttribute(),
 1370       method.isStatic(), method.hasInlineAttribute(),
 1373       /*is_artificial*/ method.isCompilerGenerated());