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 361 CXXCtorType Type, bool ForVirtualBase,
367 bool ForVirtualBase, bool Delegating,
CGClass.cpp 426 bool ForVirtualBase,
448 assert(!ForVirtualBase && "Can't have same class as virtual base!");
452 CharUnits BaseOffset = ForVirtualBase ?
    [all...]
CodeGenFunction.h     [all...]
ItaniumCXXABI.cpp 227 CXXCtorType Type, bool ForVirtualBase,
232 CXXDtorType Type, bool ForVirtualBase,
    [all...]
CGExprCXX.cpp 484 bool ForVirtualBase = false;
499 ForVirtualBase = true;
507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating,
    [all...]
MicrosoftCXXABI.cpp 249 CXXCtorType Type, bool ForVirtualBase,
254 CXXDtorType Type, bool ForVirtualBase,
    [all...]

Completed in 583 milliseconds