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

Definitions

include/llvm/DebugInfo/PDB/PDBSymbol.h
   73 class PDBSymbol {
include/llvm/Object/Binary.h
   32 class Binary {
include/llvm/Support/Casting.h
   81 template <typename To, typename From>
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
   91 class StopReply : public Parser<std::unique_ptr<StopReply>> {
unittests/Support/Casting.cpp
   42 struct base {
   46 struct derived : public base {
unittests/Support/YAMLIOTest.cpp
 2816 struct Seq : Poly, std::vector<std::unique_ptr<Poly>> {
 2822 struct Map : Poly, llvm::StringMap<std::unique_ptr<Poly>> {
utils/TableGen/GlobalISelEmitter.cpp
 1130 class OperandPredicateMatcher : public PredicateMatcher {