Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h402 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
404 void recordUseOfWeak(const ObjCMessageExpr *Msg,
1037 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp150 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
DSemaPseudoObject.cpp971 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr, in complete()
DSemaExprMember.cpp1464 S.getCurFunction()->recordUseOfWeak(Result); in LookupMemberExpr()
DSemaExprObjC.cpp3392 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
DSemaExpr.cpp2058 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
2889 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()