HomeSort by relevance Sort by last modified time
    Searched refs:ForVirtualBase (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.h 332 CXXCtorType Type, bool ForVirtualBase,
338 bool ForVirtualBase, bool Delegating,
CGClass.cpp 289 bool ForVirtualBase,
311 assert(!ForVirtualBase && "Can't have same class as virtual base!");
315 CharUnits BaseOffset = ForVirtualBase ?
    [all...]
CGExprCXX.cpp 399 bool ForVirtualBase = false;
414 ForVirtualBase = true;
422 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
    [all...]
ItaniumCXXABI.cpp 168 CXXCtorType Type, bool ForVirtualBase,
173 CXXDtorType Type, bool ForVirtualBase,
    [all...]
CodeGenFunction.h     [all...]
MicrosoftCXXABI.cpp 185 CXXCtorType Type, bool ForVirtualBase,
190 CXXDtorType Type, bool ForVirtualBase,
    [all...]

Completed in 305 milliseconds