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,
1090 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp152 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
H A DSemaPseudoObject.cpp977 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr, in complete()
H A DSemaExprMember.cpp1461 S.getCurFunction()->recordUseOfWeak(Result); in LookupMemberExpr()
H A DSemaExprObjC.cpp3389 SemaRef.getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
4916 SemaRef.getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()
H A DSemaExpr.cpp2405 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()