HomeSort by relevance Sort by last modified time
    Searched defs:recordUseOfWeak (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
ScopeInfo.cpp 130 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg,
  /external/clang/include/clang/Sema/
ScopeInfo.h 292 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
294 void recordUseOfWeak(const ObjCMessageExpr *Msg,
800 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) {

Completed in 61 milliseconds