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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h345 SourceLocation CallLoc,
H A DCodeGenFunction.h2081 SourceLocation CallLoc,
2122 SourceLocation CallLoc,
2504 SourceLocation CallLoc; local
2505 if (DI) CallLoc = DI->getLocation();
2539 if (DI) DI->EmitLocation(Builder, CallLoc, ForceColumnInfo);
2554 if (DI) DI->EmitLocation(Builder, CallLoc, ForceColumnInfo);
H A DItaniumCXXABI.cpp171 CXXDtorType DtorType, SourceLocation CallLoc,
1051 SourceLocation CallLoc,
1061 CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValueSlot(), This,
1048 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
H A DMicrosoftCXXABI.cpp178 CXXDtorType DtorType, SourceLocation CallLoc,
941 SourceLocation CallLoc,
959 CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValueSlot(), This,
938 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
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 DCGExpr.cpp3122 SourceLocation CallLoc,
3174 EmitCheckSourceLocation(CallLoc),
3121 EmitCall(QualType CalleeType, llvm::Value *Callee, SourceLocation CallLoc, ReturnValueSlot ReturnValue, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd, const Decl *TargetDecl) argument
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp293 /// CallLoc - The location of the call expression for this call.
294 SourceLocation CallLoc; member in struct:__anon3000::CallStackFrame
316 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
793 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, argument
796 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
835 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
844 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
3507 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc,
3529 Info.Diag(CallLoc, dia
[all...]
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3535 LocTy CallLoc = Lex.getLoc();
3614 return Error(CallLoc, "not enough parameters specified for call");
3953 LocTy CallLoc = Lex.getLoc();
4020 return Error(CallLoc, "not enough parameters specified for call");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3854 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, argument
3858 Diag(CallLoc,
3876 InstantiatingTemplate Inst(*this, CallLoc, Param,
3910 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg));
3937 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param));
4152 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, argument
4221 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
4234 CheckStaticArrayArgument(CallLoc, Param, Arg);
4247 ExprResult arg = checkUnknownAnyArg(CallLoc, Args[i], paramType);
4287 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, argument
[all...]
H A DSemaDeclCXX.cpp151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, argument
159 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3435 void CheckStaticArrayArgument(SourceLocation CallLoc,
3737 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc,
3786 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
7209 bool GatherArgumentsForCall(SourceLocation CallLoc,

Completed in 294 milliseconds