OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Inheritance
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h
1
//===- CXXInheritance.h - C++
Inheritance
-----------------------*- C++ -*-===//
9
// This file provides routines that help analyzing C++
inheritance
hierarchies.
72
/// The access along this
inheritance
path. This is only
317
/// multiple, virtual
inheritance
, it is possible for a class to have
338
/// \c A due to multiple
inheritance
, and may be overridden by
365
inheritanceModelHasVBPtrOffsetField(MSInheritanceModel
Inheritance
) {
366
return
Inheritance
== MSInheritanceModel::Unspecified;
372
MSInheritanceModel
Inheritance
) {
373
return IsMemberFunction &&
Inheritance
>= MSInheritanceModel::Multiple;
377
inheritanceModelHasVBTableOffsetField(MSInheritanceModel
Inheritance
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp
173
// we have a non-primary base class, which uses the multiple
inheritance
model.
220
// are dropped as permitted (under the MSVC interpretation) by the
inheritance
248
MSInheritanceModel
Inheritance
= RD->getMSInheritanceModel();
256
Inheritance
))
258
if (inheritanceModelHasVBPtrOffsetField(
Inheritance
))
260
if (inheritanceModelHasVBTableOffsetField(
Inheritance
))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
244
// multiple
inheritance
case.
2663
MSInheritanceModel
Inheritance
= RD->getMSInheritanceModel();
2664
return (!inheritanceModelHasVBTableOffsetField(
Inheritance
) &&
2671
MSInheritanceModel
Inheritance
= RD->getMSInheritanceModel();
2679
Inheritance
))
2681
if (inheritanceModelHasVBPtrOffsetField(
Inheritance
))
2683
if (inheritanceModelHasVBTableOffsetField(
Inheritance
))
2696
MSInheritanceModel
Inheritance
= RD->getMSInheritanceModel();
2708
Inheritance
))
2710
if (inheritanceModelHasVBPtrOffsetField(
Inheritance
))
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
accctrl.d
215
INHERIT_FLAGS
Inheritance
;
225
INHERIT_FLAGS
Inheritance
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
2157
std::vector<const DIDerivedType *>
Inheritance
;
2244
Info.
Inheritance
.push_back(DDTy);
2387
for (const DIDerivedType *I : Info.
Inheritance
) {
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026