Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h321 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
323 void recordUseOfWeak(const ObjCMessageExpr *Msg,
870 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
DSema.h1206 getCurFunction()->recordUseOfWeak(E, IsRead);
/external/clang/lib/Sema/
DScopeInfo.cpp155 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
DSemaExprObjC.cpp3014 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()