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 345 CXXCtorType Type, bool ForVirtualBase,
351 bool ForVirtualBase, bool Delegating,
CGClass.cpp 425 bool ForVirtualBase,
447 assert(!ForVirtualBase && "Can't have same class as virtual base!");
451 CharUnits BaseOffset = ForVirtualBase ?
    [all...]
ItaniumCXXABI.cpp 235 CXXCtorType Type, bool ForVirtualBase,
240 CXXDtorType Type, bool ForVirtualBase,
    [all...]
CGExprCXX.cpp 479 bool ForVirtualBase = false;
494 ForVirtualBase = true;
502 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating,
    [all...]
MicrosoftCXXABI.cpp 249 CXXCtorType Type, bool ForVirtualBase,
254 CXXDtorType Type, bool ForVirtualBase,
    [all...]
CodeGenFunction.h     [all...]

Completed in 660 milliseconds