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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 166 PathDiagnosticLocation DLoc =
180 os.str(), DLoc);
198 os.str(), DLoc);
ObjCMissingSuperCallChecker.cpp 198 PathDiagnosticLocation DLoc =
212 os.str(), DLoc);
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 245 /// \p Fn is the function where the diagnostic is being emitted. \p DLoc is
253 const DebugLoc &DLoc, const Twine &Msg)
254 : DiagnosticInfo(Kind, DS_Remark), PassName(PassName), Fn(Fn), DLoc(DLoc),
285 const DebugLoc &getDebugLoc() const { return DLoc; }
298 DebugLoc DLoc;
311 /// is being emitted. \p DLoc is the location information to use in the
317 const DebugLoc &DLoc, const Twine &Msg)
319 Fn, DLoc, Msg) {}
336 /// is being emitted. \p DLoc is the location information to use in th
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 307 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
308 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg);
548 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
553 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
563 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
573 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 542 DebugLoc DLoc = Inst.getDebugLoc();
543 unsigned Lineno = DLoc.getLine();
547 DILocation DIL(DLoc.getAsMDNode(*Ctx));
    [all...]

Completed in 260 milliseconds