Home
last modified time | relevance | path

Searched refs:needsCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp999 bool needsCast = false; in rewriteToNumericBoxedExpression() local
1023 needsCast = true; in rewriteToNumericBoxedExpression()
1039 needsCast = true; in rewriteToNumericBoxedExpression()
1099 if (needsCast) { in rewriteToNumericBoxedExpression()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp699 bool needsCast = false; in tryEmitARCCopyWeakInit() local
707 needsCast = true; in tryEmitARCCopyWeakInit()
722 if (needsCast) { in tryEmitARCCopyWeakInit()