OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRTTIKind
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
120
assert(
isRTTIKind
() && "Invalid component kind!");
151
bool
isRTTIKind
() const { return
isRTTIKind
(getKind()); }
188
static bool
isRTTIKind
(Kind ComponentKind) {
203
assert((
isRTTIKind
(ComponentKind) || isFunctionPointerKind(ComponentKind)) &&
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
449
if (VtableComponent.
isRTTIKind
()) {
MicrosoftCXXABI.cpp
1726
[](const VTableComponent &VTC) { return VTC.
isRTTIKind
(); }))
Completed in 51 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026