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

  /external/clang/include/clang/AST/
RecordLayout.h 97 /// HasOwnVFPtr - Does this class provide a virtual function table
100 bool HasOwnVFPtr : 1;
148 bool hasOwnVFPtr, bool hasExtendableVFPtr,
244 /// hasOwnVFPtr - Does this class provide its own virtual-function
251 bool hasOwnVFPtr() const {
253 return CXXInfo->HasOwnVFPtr;
  /external/clang/lib/AST/
RecordLayout.cpp 50 bool hasOwnVFPtr, bool hasExtendableVFPtr,
81 CXXInfo->HasOwnVFPtr = hasOwnVFPtr;
RecordLayoutBuilder.cpp 588 /// HasOwnVFPtr - Whether the class provides its own vtable/vftbl
590 bool HasOwnVFPtr;
638 HasOwnVFPtr(false),
    [all...]

Completed in 242 milliseconds