Searched refs:recordUseOfWeak (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h395 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
397 void recordUseOfWeak(const ObjCMessageExpr *Msg,
1020 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { function in class:clang::sema::FunctionScopeInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp149 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, function in class:FunctionScopeInfo
H A DSemaExprMember.cpp1478 S.getCurFunction()->recordUseOfWeak(Result);
H A DSemaPseudoObject.cpp971 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr,
H A DSemaExprObjC.cpp3381 getCurFunction()->recordUseOfWeak(Result, Prop);
H A DSemaExpr.cpp1978 getCurFunction()->recordUseOfWeak(E);
2762 getCurFunction()->recordUseOfWeak(Result);

Completed in 269 milliseconds