Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h420 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
422 void recordUseOfWeak(const ObjCMessageExpr *Msg,
1087 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp153 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
H A DSemaPseudoObject.cpp979 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr, in complete()
H A DSemaExprMember.cpp1526 S.getCurFunction()->recordUseOfWeak(Result); in LookupMemberExpr()
H A DSemaExprObjC.cpp3399 SemaRef.getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
4922 SemaRef.getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()
H A DSemaExpr.cpp2298 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()