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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp157 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) { function in class:FunctionScopeInfo
161 markSafeWeakUse(POE->getSyntacticForm());
166 markSafeWeakUse(Cond->getTrueExpr());
167 markSafeWeakUse(Cond->getFalseExpr());
173 markSafeWeakUse(Cond->getCommon());
174 markSafeWeakUse(Cond->getFalseExpr());
186 markSafeWeakUse(RefExpr->getBase());
H A DSemaPseudoObject.cpp852 S.getCurFunction()->markSafeWeakUse(RefExpr);
H A DSemaDecl.cpp12126 FSI->markSafeWeakUse(Init);
H A DSemaExpr.cpp12818 getCurFunction()->markSafeWeakUse(RHS.get());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h404 void markSafeWeakUse(const Expr *E);

Completed in 180 milliseconds