Searched refs:CallLoc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc441 SourceLocation CallLoc = Data->Loc.acquire(); local
444 if (ignoreReport(CallLoc, Opts, ET))
447 ScopedReport R(Opts, CallLoc, ET);
454 Diag(CallLoc, DL_Error,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp126 SourceLocation CallLoc = CP->callEnter.asLocation(); local
129 if (CallLoc.isMacroID())
132 assert(SMgr.isInMainFile(CallLoc) &&
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp313 /// CallLoc - The location of the call expression for this call.
314 SourceLocation CallLoc; member in struct:__anon3649::CallStackFrame
336 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
896 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, argument
899 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
938 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
947 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
3737 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, argument
3759 Info.Diag(CallLoc, dia
3807 HandleFunctionCall(SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, ArrayRef<const Expr*> Args, const Stmt *Body, EvalInfo &Info, APValue &Result, const LValue *ResultSlot) argument
3857 HandleConstructorCall(SourceLocation CallLoc, const LValue &This, ArrayRef<const Expr*> Args, const CXXConstructorDecl *Definition, EvalInfo &Info, APValue &Result) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp39 SourceLocation CallLoc; local
41 CallLoc = CE->getExprLoc();
45 CallLoc, This, CGF.getContext().getRecordType(MD->getParent())); local
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5025 LocTy CallLoc = Lex.getLoc();
5104 return Error(CallLoc, "not enough parameters specified for call");
5108 return Error(CallLoc, "invoke instructions may not have an alignment");
5631 LocTy CallLoc = Lex.getLoc();
5650 return Error(CallLoc, "fast-math-flags specified for call without "
5708 return Error(CallLoc, "not enough parameters specified for call");
5712 return Error(CallLoc, "call instructions may not have an alignment");
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4404 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, argument
4408 Diag(CallLoc,
4426 InstantiatingTemplate Inst(*this, CallLoc, Param,
4493 return CXXDefaultArgExpr::Create(Context, CallLoc, Param);
4699 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, argument
4753 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
4766 CheckStaticArrayArgument(CallLoc, Param, Arg);
4779 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType);
4818 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, argument
4833 Diag(CallLoc, dia
[all...]
H A DSemaDeclCXX.cpp151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, argument
159 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3905 void CheckStaticArrayArgument(SourceLocation CallLoc,
4217 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc,
4266 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
8290 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,

Completed in 380 milliseconds