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

  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 24 : VBInfo(VBInfo), NextBase(VBInfo.VBPtrSubobject.getBase()) { }
32 const CXXRecordDecl *NextBase;
110 Paths[I]->NextBase = Base;
130 assert(P->NextBase || SecondPass);
131 if (P->NextBase) {
132 P->Path.push_back(P->NextBase);
133 P->NextBase = 0; // Prevent the path from being extended twice.
140 // Any bucket with more than one path in it gets extended by NextBase, which
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 3157 milliseconds