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

Overridden By

lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
   37 NativeExeSymbol::findChildren(PDB_SymType Type) const {
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
   32 NativeRawSymbol::findChildren(PDB_SymType Type) const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  164 NativeTypeEnum::findChildren(PDB_SymType Type) const {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  134 NativeTypeFunctionSig::findChildren(PDB_SymType Type) const {
unittests/DebugInfo/PDB/PDBApiTest.cpp
  176   findChildren(PDB_SymType Type) const override {

References

include/llvm/DebugInfo/PDB/PDBSymbol.h
  131     auto BaseIter = RawSymbol->findChildren(T::Tag);
lib/DebugInfo/PDB/PDBSymbol.cpp
  148   return RawSymbol->findChildren(Type);