OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasOwnVFPtr
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
RecordLayout.h
93
///
HasOwnVFPtr
- Does this class provide a virtual function table
96
bool
HasOwnVFPtr
; // TODO: stash this somewhere more efficient
125
bool
hasOwnVFPtr
, CharUnits vbptroffset,
217
///
hasOwnVFPtr
- Does this class provide its own virtual-function
224
bool
hasOwnVFPtr
() const {
226
return CXXInfo->
HasOwnVFPtr
;
/external/clang/lib/AST/
RecordLayout.cpp
46
bool
hasOwnVFPtr
, CharUnits vbptroffset,
72
CXXInfo->
HasOwnVFPtr
=
hasOwnVFPtr
;
RecordLayoutBuilder.cpp
603
///
HasOwnVFPtr
- Whether the class provides its own vtable/vftbl
605
bool
HasOwnVFPtr
;
656
HasOwnVFPtr
(false),
[
all
...]
Completed in 51 milliseconds