Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h410 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
412 void recordUseOfWeak(const ObjCMessageExpr *Msg,
1048 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp151 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, in recordUseOfWeak() function in FunctionScopeInfo
H A DSemaExprMember.cpp1480 S.getCurFunction()->recordUseOfWeak(Result); in LookupMemberExpr()
H A DSemaPseudoObject.cpp971 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr, in complete()
H A DSemaExprObjC.cpp3386 getCurFunction()->recordUseOfWeak(Result, Prop); in BuildInstanceMessage()
H A DSemaExpr.cpp2115 getCurFunction()->recordUseOfWeak(E); in BuildDeclRefExpr()
2951 getCurFunction()->recordUseOfWeak(Result); in BuildIvarRefExpr()