OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVtableSlot
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp
411
if (!VTableContextBase::
hasVtableSlot
(MD))
489
assert(VTableContextBase::
hasVtableSlot
(LHS) && "LHS must be virtual!");
490
assert(VTableContextBase::
hasVtableSlot
(RHS) && "RHS must be virtual!");
700
if (!VTableContextBase::
hasVtableSlot
(MD))
1088
assert(VTableContextBase::
hasVtableSlot
(MD) && "Method is not virtual!");
1492
if (!ItaniumVTableContext::
hasVtableSlot
(MD))
2172
if (!ItaniumVTableContext::
hasVtableSlot
(MD))
2260
bool VTableContextBase::
hasVtableSlot
(const CXXMethodDecl *MD) {
2925
if (MicrosoftVTableContext::
hasVtableSlot
(MD))
3521
if (!MicrosoftVTableContext::
hasVtableSlot
(MD)
[
all
...]
RecordLayoutBuilder.cpp
2789
if (MicrosoftVTableContext::
hasVtableSlot
(M) &&
3191
if (MicrosoftVTableContext::
hasVtableSlot
(MD) &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
360
static bool
hasVtableSlot
(const CXXMethodDecl *MD);
Completed in 95 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026