Searched refs:CheckForImmediateInvocation (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14140 return CheckForImmediateInvocation(CE, CE->getDirectCallee());
14284 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl);
14717 R = CheckForImmediateInvocation(R, FnDecl);
15128 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall),
15524 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall),
15797 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);
15926 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);
16003 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD);
H A DSemaInit.cpp7080 CurInit = S.CheckForImmediateInvocation(
H A DSemaExpr.cpp7758 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FDecl);
18317 ExprResult Sema::CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl) { function in class:Sema
H A DSemaDeclCXX.cpp16113 return CheckForImmediateInvocation(
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6658 ExprResult CheckForImmediateInvocation(ExprResult E, FunctionDecl *Decl);

Completed in 388 milliseconds