Searched refs:CheckForImmediateInvocation (Results 1 – 6 of 6) sorted by relevance
13354 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl); in CreateOverloadedUnaryOp()13739 R = CheckForImmediateInvocation(R, FnDecl); in CreateOverloadedBinOp()14452 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), in BuildCallToMemberFunction()14734 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method); in BuildCallToObjectOfClassType()14930 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()
7798 return CheckForImmediateInvocation(CE, CE->getMethodDecl()); in BuildCXXMemberCallExpr()
6559 CurInit = S.CheckForImmediateInvocation( in PerformConstructorInitialization()
6907 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FDecl); in BuildResolvedCallExpr()16611 ExprResult Sema::CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl) { in CheckForImmediateInvocation() function in Sema
15336 return CheckForImmediateInvocation( in BuildCXXConstructExpr()
6073 ExprResult CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl);