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

/external/clang/include/clang/Sema/
H A DScopeInfo.h313 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
315 void recordUseOfWeak(const ObjCMessageExpr *Msg,
841 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { function in class:clang::sema::FunctionScopeInfo
H A DSema.h1186 getCurFunction()->recordUseOfWeak(E, IsRead);
/external/clang/lib/Sema/
H A DScopeInfo.cpp152 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, function in class:FunctionScopeInfo
H A DSemaExprObjC.cpp2987 getCurFunction()->recordUseOfWeak(Result, Prop);

Completed in 82 milliseconds