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

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  106   auto *ast = clang_ast.getASTContext();
  116     return clang_ast.GetBasicType(eBasicTypeVoid);
  118     return clang_ast.GetBasicType(eBasicTypeChar);
  120     return clang_ast.GetBasicType(eBasicTypeBool);
  157   return clang_ast.GetBuiltinTypeForEncodingAndBitSize(encoding, width);