HomeSort by relevance Sort by last modified time
    Searched defs:hasOwnVFPtr (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 94 /// HasOwnVFPtr - Does this class provide a virtual function table
97 bool HasOwnVFPtr : 1;
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const {
248 return CXXInfo->HasOwnVFPtr;

Completed in 528 milliseconds