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

  /external/clang/lib/AST/
ExprConstant.cpp 274 /// CallLoc - The location of the call expression for this call.
275 SourceLocation CallLoc;
295 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
582 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
585 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
640 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
649 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp 128 void Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc,
136 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 80 milliseconds