HomeSort by: relevance | last modified time | path
    Searched defs:capturedR (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 220 const VarRegion *capturedR = I.getCapturedRegion();
231 assert(CI->getVariable() == capturedR->getDecl());
236 if (capturedR != originalR) {
244 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV, LCtx);

Completed in 26 milliseconds