Home
last modified time | relevance | path

Searched refs:recordUseOfWeak (Results 1 – 10 of 10) 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/llvm-project/clang/include/clang/Sema/
DScopeInfo.h399 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
401 void recordUseOfWeak(const ObjCMessageExpr *Msg,
1033 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
/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()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp150 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
DSemaExprMember.cpp1464 S.getCurFunction()->recordUseOfWeak(Result); in LookupMemberExpr()
DSemaPseudoObject.cpp971 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr, in complete()
DSemaExprObjC.cpp3391 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
DSemaExpr.cpp2051 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
2883 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()