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

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 109 dyn_cast_or_null<FunctionDecl>(CGF.CurFuncDecl)) {
CGDecl.cpp 157 if (!CGF.CurFuncDecl) {
165 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CGF.CurFuncDecl))
167 else if (isa<ObjCMethodDecl>(CGF.CurFuncDecl))
    [all...]
CodeGenFunction.cpp 298 if (!CurFuncDecl || CurFuncDecl->hasAttr<NoInstrumentFunctionAttr>())
532 CurFuncDecl = (D ? D->getNonClosureContext() : nullptr);
    [all...]
CGBlocks.cpp 358 assert(CGF && CGF->CurFuncDecl && isa<CXXMethodDecl>(CGF->CurFuncDecl) &&
360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
    [all...]
CGObjC.cpp 396 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
    [all...]
CodeGenFunction.h 142 /// CurFuncDecl - Holds the Decl for the current outermost
144 const Decl *CurFuncDecl;
    [all...]
CGObjCMac.cpp     [all...]

Completed in 55 milliseconds