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

  /external/clang/lib/CodeGen/
CGVTables.cpp 242 CurFuncDecl = MD;
249 CurFuncDecl = nullptr;
    [all...]
CodeGenFunction.cpp 395 if (!CurFuncDecl || CurFuncDecl->hasAttr<NoInstrumentFunctionAttr>())
670 CurFuncDecl = (D ? D->getNonClosureContext() : nullptr);
    [all...]
CGBlocks.cpp 348 assert(CGF && CGF->CurFuncDecl && isa<CXXMethodDecl>(CGF->CurFuncDecl) &&
350 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
    [all...]
CGObjC.cpp 452 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
    [all...]
CodeGenFunction.h 149 /// CurFuncDecl - Holds the Decl for the current outermost
151 const Decl *CurFuncDecl;
    [all...]
CGStmtOpenMP.cpp     [all...]
CGClass.cpp 110 assert(CurFuncDecl && "loading 'this' without a func declaration?");
111 assert(isa<CXXMethodDecl>(CurFuncDecl));
118 auto RD = cast<CXXMethodDecl>(CurFuncDecl)->getParent();
    [all...]
CGObjCMac.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]

Completed in 116 milliseconds