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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 26 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()),
CGClass.cpp 296 const CXXRecordDecl *RD = cast<CXXMethodDecl>(CurCodeDecl)->getParent();
347 cast<CXXMethodDecl>(CGF.CurCodeDecl)->getParent();
    [all...]
CodeGenFunction.cpp 249 EmitEndEHSpec(CurCodeDecl);
531 CurCodeDecl = D;
646 EmitStartEHSpec(CurCodeDecl);
    [all...]
CGCall.cpp     [all...]
CGException.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 387 LocalDeclMap[cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()];
417 LocalDeclMap[cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()];
435 const ObjCMethodDecl *method = cast<ObjCMethodDecl>(CGF.CurCodeDecl);
    [all...]
CGDecl.cpp     [all...]
CodeGenFunction.h 145 /// CurCodeDecl - This is the inner-most code context, which includes blocks.
146 const Decl *CurCodeDecl;
    [all...]
CGObjCGNU.cpp 657 if (isa<ObjCMethodDecl>(CGF.CurCodeDecl)) {
    [all...]

Completed in 269 milliseconds