HomeSort by relevance Sort by last modified time
    Searched refs:ChildType (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBEnumChildren.h 18 template <typename ChildType> class IPDBEnumChildren {
20 typedef std::unique_ptr<ChildType> ChildTypePtr;
21 typedef IPDBEnumChildren<ChildType> MyType;
ConcreteSymbolEnumerator.h 19 template <typename ChildType>
20 class ConcreteSymbolEnumerator : public IPDBEnumChildren<ChildType> {
31 std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override {
36 std::unique_ptr<ChildType> getNext() override {
43 ConcreteSymbolEnumerator<ChildType> *clone() const override {
45 return new ConcreteSymbolEnumerator<ChildType>(std::move(WrappedClone));
49 std::unique_ptr<ChildType>
51 ChildType *ConcreteChild = dyn_cast_or_null<ChildType>(Child.release());
52 return std::unique_ptr<ChildType>(ConcreteChild)
    [all...]
PDBSymbolExe.h 41 void dumpChildren(raw_ostream &OS, StringRef Label, PDB_SymType ChildType,
  /external/pdfium/core/include/fxcrt/
fx_xml.h 134 enum ChildType { Invalid, Element, Content };
136 ChildType GetChildType(FX_DWORD index) const;
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 125 CXML_Element::ChildType childType = pElement->GetChildType(i);
126 if (childType == CXML_Element::Element) {
  /external/clang/tools/libclang/
CXType.cpp 767 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) {
768 if (const RecordDecl *Child = ChildType->getDecl()) {

Completed in 1110 milliseconds