Searched refs:CheckForImmediateInvocation (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 14969 return CheckForImmediateInvocation(CE, CE->getDirectCallee()); in BuildCXXMemberCallExpr() 15106 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl); in CreateOverloadedUnaryOp() 15538 R = CheckForImmediateInvocation(R, FnDecl); in CreateOverloadedBinOp() 15955 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), in CreateOverloadedArraySubscriptExpr() 16349 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), in BuildCallToMemberFunction() 16623 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method); in BuildCallToObjectOfClassType() 16753 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method); in BuildOverloadedArrowExpr() 16828 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()
|
| H A D | SemaExpr.cpp | 6945 E = CheckForImmediateInvocation(E, FDecl); in BuildResolvedCallExpr() 7100 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FDecl); in BuildResolvedCallExpr() 17706 ExprResult Sema::CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl) { in CheckForImmediateInvocation() function in Sema
|
| H A D | SemaInit.cpp | 7513 CurInit = S.CheckForImmediateInvocation( in PerformConstructorInitialization()
|
| H A D | SemaDeclCXX.cpp | 16284 return CheckForImmediateInvocation( in BuildCXXConstructExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7649 ExprResult CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl);
|