Searched refs:recordUseOfWeak (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 321 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
|
D | Sema.h | 1206 getCurFunction()->recordUseOfWeak(E, IsRead);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 399 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/ |
D | ScopeInfo.cpp | 155 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
|
D | SemaExprObjC.cpp | 3014 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
|
/external/llvm-project/clang/lib/Sema/ |
D | ScopeInfo.cpp | 150 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
|
D | SemaExprMember.cpp | 1464 S.getCurFunction()->recordUseOfWeak(Result); in LookupMemberExpr()
|
D | SemaPseudoObject.cpp | 971 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr, in complete()
|
D | SemaExprObjC.cpp | 3391 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
|
D | SemaExpr.cpp | 2051 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr() 2883 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()
|