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

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
PathDiagnostic.cpp 543 const LocationContext *CallerCtx,
551 SM, CallerCtx);
555 SM, CallerCtx);
560 SM, CallerCtx);
564 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx);
568 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext();
570 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx);
    [all...]
BugReporter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 578 LLVMContext &CallerCtx = Caller->getContext();
586 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
596 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
606 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 564 const LocationContext *callerCtx)
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {}
612 const LocationContext *CallerCtx)
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}

Completed in 690 milliseconds