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

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 126 SourceLocation CallLoc = CP->callEnter.asLocation();
129 if (CallLoc.isMacroID())
132 assert(SMgr.isFromMainFile(CallLoc) &&
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 293 /// CallLoc - The location of the call expression for this call.
294 SourceLocation CallLoc;
316 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
691 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
694 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
733 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
742 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 87 milliseconds