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

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 61 bool Delegating,
244 bool Delegating,
CGCXXABI.h 215 bool Delegating,
CGClass.cpp 287 bool Delegating) {
300 if (Delegating) {
301 // If this is a delegating constructor call, just load the VTT.
352 /*Delegating=*/false, Addr);
698 // FIXME: Decide if we can do a delegation of a delegating constructor.
    [all...]
ItaniumCXXABI.cpp 118 bool Delegating,
    [all...]
CGExprCXX.cpp 495 bool Delegating = false;
501 Delegating = true;
517 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(),
    [all...]
CodeGenFunction.h     [all...]

Completed in 37 milliseconds