HomeSort by: relevance | last modified time | path
    Searched refs:recordUseOfWeak (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 402 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
404 void recordUseOfWeak(const ObjCMessageExpr *Msg,
1037 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 150 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg,
SemaExprMember.cpp 1463 S.getCurFunction()->recordUseOfWeak(Result);
SemaPseudoObject.cpp 971 S.getCurFunction()->recordUseOfWeak(SyntacticRefExpr,
SemaExprObjC.cpp 3392 getCurFunction()->recordUseOfWeak(Result, Prop);
SemaExpr.cpp 2048 getCurFunction()->recordUseOfWeak(E);
2879 getCurFunction()->recordUseOfWeak(Result);

Completed in 35 milliseconds