Searched defs:CallLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp274 /// CallLoc - The location of the call expression for this call.
275 SourceLocation CallLoc; member in struct:__anon3489::CallStackFrame
297 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
573 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, argument
576 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
631 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
640 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
2098 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, argument
2115 Info.Diag(CallLoc, dia
2147 HandleFunctionCall(SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, ArrayRef<const Expr*> Args, const Stmt *Body, EvalInfo &Info, APValue &Result) argument
2163 HandleConstructorCall(SourceLocation CallLoc, const LValue &This, ArrayRef<const Expr*> Args, const CXXConstructorDecl *Definition, EvalInfo &Info, APValue &Result) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp129 void Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, argument
137 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
H A DSemaExpr.cpp3408 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, argument
3412 Diag(CallLoc,
3432 InstantiatingTemplate Inst(*this, CallLoc, Param,
3467 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg));
3494 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param));
3620 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, argument
3677 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
3690 CheckStaticArrayArgument(CallLoc, Param, Arg);
3744 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, argument
3759 Diag(CallLoc, dia
[all...]

Completed in 125 milliseconds