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

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp128 SourceLocation CallLoc = CP->callEnter.asLocation(); local
131 if (CallLoc.isMacroID())
134 assert(SMgr.isInMainFile(CallLoc) &&
/external/clang/lib/CodeGen/
H A DCGCXXABI.h374 SourceLocation CallLoc,
H A DCGExprCXX.cpp28 SourceLocation CallLoc,
44 CallLoc, This, getContext().getRecordType(MD->getParent()));
27 EmitCXXMemberCall(const CXXMethodDecl *MD, SourceLocation CallLoc, llvm::Value *Callee, ReturnValueSlot ReturnValue, llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
H A DCGCall.cpp2265 SourceLocation CallLoc; local
2266 if (DI) CallLoc = DI->getLocation();
2287 if (DI) DI->EmitLocation(Builder, CallLoc, ForceColumnInfo);
2301 if (DI) DI->EmitLocation(Builder, CallLoc, ForceColumnInfo);
H A DCodeGenFunction.h2139 SourceLocation CallLoc,
2180 SourceLocation CallLoc,
H A DItaniumCXXABI.cpp197 CXXDtorType DtorType, SourceLocation CallLoc,
1345 SourceLocation CallLoc,
1355 CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValueSlot(), This,
1342 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DMicrosoftCXXABI.cpp214 CXXDtorType DtorType, SourceLocation CallLoc,
1382 SourceLocation CallLoc,
1400 CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValueSlot(), This,
1379 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DCGExpr.cpp3201 SourceLocation CallLoc,
3257 EmitCheckSourceLocation(CallLoc),
3200 EmitCall(QualType CalleeType, llvm::Value *Callee, SourceLocation CallLoc, ReturnValueSlot ReturnValue, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd, const Decl *TargetDecl) argument
/external/clang/lib/AST/
H A DExprConstant.cpp293 /// CallLoc - The location of the call expression for this call.
294 SourceLocation CallLoc; member in struct:__anon17734::CallStackFrame
316 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
820 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, argument
823 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
862 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
871 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
3554 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc,
3576 Info.Diag(CallLoc, dia
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3721 LocTy CallLoc = Lex.getLoc();
3800 return Error(CallLoc, "not enough parameters specified for call");
4144 LocTy CallLoc = Lex.getLoc();
4212 return Error(CallLoc, "not enough parameters specified for call");
/external/clang/lib/Sema/
H A DSemaExpr.cpp3952 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, argument
3956 Diag(CallLoc,
3974 InstantiatingTemplate Inst(*this, CallLoc, Param,
4008 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg);
4035 return CXXDefaultArgExpr::Create(Context, CallLoc, Param);
4243 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, argument
4297 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
4310 CheckStaticArrayArgument(CallLoc, Param, Arg);
4323 ExprResult arg = checkUnknownAnyArg(CallLoc, Args[i], paramType);
4363 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, argument
[all...]
H A DSemaDeclCXX.cpp150 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, argument
158 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
/external/clang/include/clang/Sema/
H A DSema.h3571 void CheckStaticArrayArgument(SourceLocation CallLoc,
3875 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc,
3924 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
7579 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,

Completed in 223 milliseconds