Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h292 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
294 void recordUseOfWeak(const ObjCMessageExpr *Msg,
800 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
DSema.h1078 getCurFunction()->recordUseOfWeak(E, IsRead);
/external/clang/lib/Sema/
DScopeInfo.cpp130 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
DSemaExprObjC.cpp2686 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()