Searched refs:CheckForImmediateInvocation (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 14165 return CheckForImmediateInvocation(CE, CE->getDirectCallee()); in BuildCXXMemberCallExpr() 14301 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl); in CreateOverloadedUnaryOp() 14723 R = CheckForImmediateInvocation(R, FnDecl); in CreateOverloadedBinOp() 15139 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), in CreateOverloadedArraySubscriptExpr() 15532 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), in BuildCallToMemberFunction() 15805 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method); in BuildCallToObjectOfClassType() 15935 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method); in BuildOverloadedArrowExpr() 16010 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()
|
H A D | SemaExpr.cpp | 6807 E = CheckForImmediateInvocation(E, FDecl); in BuildResolvedCallExpr() 6962 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FDecl); in BuildResolvedCallExpr() 17288 ExprResult Sema::CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl) { in CheckForImmediateInvocation() function in Sema
|
H A D | SemaInit.cpp | 7229 CurInit = S.CheckForImmediateInvocation( in PerformConstructorInitialization()
|
H A D | SemaDeclCXX.cpp | 15995 return CheckForImmediateInvocation( in BuildCXXConstructExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7224 ExprResult CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl);
|