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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp168 SourceLocation CallLoc = Data->Loc.acquire();
171 if (ignoreReport(CallLoc, Opts, ET))
174 ScopedReport R(Opts, CallLoc, ET);
181 Diag(CallLoc, DL_Error, ET,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp519 /// CallLoc - The location of the call expression for this call.
520 SourceLocation CallLoc; member in class:__anon17::CallStackFrame
550 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
596 SourceLocation getCallLocation() const override { return CallLoc; }
1374 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, argument
1378 Arguments(Arguments), CallLoc(CallLoc), Index(Info.NextCallIndex++) {
4883 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc,
4897 Info.FFDiag(CallLoc, diag::note_invalid_subexpr_in_const_expr);
4906 Info.CCEDiag(CallLoc, dia
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp333 SourceLocation CallLoc; local
336 CallLoc = CE->getExprLoc();
347 EmitTypeCheck(CodeGenFunction::TCK_MemberCall, CallLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp777 SourceLocation CallLoc = E->getExprLoc(); local
781 buildCoawaitCalls(*this, Coroutine->CoroutinePromise, CallLoc, E);
H A DSemaExpr.cpp4924 bool Sema::CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, argument
4927 Diag(CallLoc,
4961 InstantiatingTemplate Inst(*this, CallLoc, Param,
4979 runWithSufficientStackSpace(CallLoc, [&] {
5049 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, argument
5051 if (CheckCXXDefaultArgExpr(CallLoc, FD, Param))
5053 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, CurContext);
5262 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, argument
5318 ExprResult ArgExpr = BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
5331 CheckStaticArrayArgument(CallLoc, Para
5386 CheckStaticArrayArgument(SourceLocation CallLoc, ParmVarDecl *Param, const Expr *ArgExpr) argument
5667 tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs( Sema &S, const UnresolvedMemberExpr *const UME, SourceLocation CallLoc) argument
[all...]
H A DSemaChecking.cpp9621 /// Check if the ArgLoc originated from a macro passed to the call at CallLoc.
9632 SourceLocation CallLoc,
9634 if (!CallLoc.isMacroID())
9635 return SM.getFileID(CallLoc) != SM.getFileID(ArgLoc);
9637 return SM.getFileID(SM.getImmediateMacroCallerLoc(CallLoc)) !=
9655 SourceLocation CallLoc = Call->getRParenLoc(); local
9658 !isArgumentExpandedFromMacro(SM, CallLoc, SizeArg->getExprLoc())) {
9665 (CallLoc.isMacroID() && Lexer::getImmediateMacroName(
9666 CallLoc, SM, S.getLangOpts()) == "bzero")) {
9631 isArgumentExpandedFromMacro(SourceManager &SM, SourceLocation CallLoc, SourceLocation ArgLoc) argument
H A DSema.cpp1595 SourceLocation CallLoc = FDLoc.second; local
1600 {/* Caller = */ C.Callee, /* Callee = */ NewCallee, CallLoc});
H A DSemaDeclCXX.cpp152 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, argument
160 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6045 LocTy CallLoc = Lex.getLoc();
6119 return Error(CallLoc, "not enough parameters specified for call");
6122 return Error(CallLoc, "invoke instructions may not have an alignment");
6356 LocTy CallLoc = Lex.getLoc();
6449 return Error(CallLoc, "not enough parameters specified for call");
6452 return Error(CallLoc, "callbr instructions may not have an alignment");
6789 LocTy CallLoc = Lex.getLoc();
6857 return Error(CallLoc, "not enough parameters specified for call");
6860 return Error(CallLoc, "call instructions may not have an alignment");
6872 return Error(CallLoc, "fas
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3132 SourceLocation CallLoc = CP->callEnter.asLocation(); local
3135 if (CallLoc.isMacroID())
3138 assert(AnalysisManager::isInCodeFile(CallLoc, SMgr) &&
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4861 void CheckStaticArrayArgument(SourceLocation CallLoc,
5248 bool CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD,
5253 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc,
5302 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
10593 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,

Completed in 538 milliseconds