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

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 60 CXXCtorType Type, bool ForVirtualBase,
243 CXXCtorType Type, bool ForVirtualBase,
CGCXXABI.h 214 CXXCtorType Type, bool ForVirtualBase,
CGClass.cpp 286 bool ForVirtualBase,
308 assert(!ForVirtualBase && "Can't have same class as virtual base!");
312 CharUnits BaseOffset = ForVirtualBase ?
    [all...]
ItaniumCXXABI.cpp 117 CXXCtorType Type, bool ForVirtualBase,
    [all...]
CGExprCXX.cpp 494 bool ForVirtualBase = false;
509 ForVirtualBase = true;
517 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
    [all...]
CodeGenFunction.h     [all...]

Completed in 205 milliseconds