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

  /external/clang/lib/CodeGen/
CGClass.cpp 309 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) &&
324 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) {
697 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl());
698 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CGCXXABI.cpp 154 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CGF.CurGD.getDecl());
CGVTables.cpp 195 assert(!CurGD.getDecl() && "CurGD was already set!");
196 CurGD = GD;
230 assert(isa<CXXMethodDecl>(CurGD.getDecl()) &&
MicrosoftCXXABI.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGBlocks.cpp 691 = CodeGenFunction(CGM, true).GenerateBlockFunction(CurGD, blockInfo,
    [all...]
CGExprCXX.cpp 405 Type = CurGD.getCtorType();
    [all...]
CodeGenFunction.cpp 768 CurGD = GD;
    [all...]
CodeGenFunction.h 151 /// CurGD - The GlobalDecl for the current function being compiled.
152 GlobalDecl CurGD;
    [all...]
CGCall.cpp     [all...]
CGObjC.cpp 482 CurGD = OMD;
    [all...]

Completed in 94 milliseconds