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 152 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg,
  /external/clang/include/clang/Sema/
ScopeInfo.h 313 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
315 void recordUseOfWeak(const ObjCMessageExpr *Msg,
841 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) {

Completed in 88 milliseconds