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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 285 if (!CurFuncDecl || CurFuncDecl->hasAttr<NoInstrumentFunctionAttr>())
496 CurFuncDecl = (D ? D->getNonClosureContext() : 0);
    [all...]
CGDecl.cpp 163 if (!CGF.CurFuncDecl) {
174 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CGF.CurFuncDecl)) {
177 } else if (isa<ObjCMethodDecl>(CGF.CurFuncDecl))
    [all...]
CGBlocks.cpp 358 assert(CGF && CGF->CurFuncDecl && isa<CXXMethodDecl>(CGF->CurFuncDecl) &&
360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
    [all...]
CGObjC.cpp 399 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
    [all...]
CodeGenFunction.h 133 /// CurFuncDecl - Holds the Decl for the current outermost
135 const Decl *CurFuncDecl;
    [all...]
CGObjCMac.cpp     [all...]

Completed in 71 milliseconds