HomeSort by relevance Sort by last modified time
    Searched refs:markSafeWeakUse (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
ScopeInfo.cpp 163 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
167 markSafeWeakUse(POE->getSyntacticForm());
172 markSafeWeakUse(Cond->getTrueExpr());
173 markSafeWeakUse(Cond->getFalseExpr());
179 markSafeWeakUse(Cond->getCommon());
180 markSafeWeakUse(Cond->getFalseExpr());
192 markSafeWeakUse(RefExpr->getBase());
SemaPseudoObject.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 330 void markSafeWeakUse(const Expr *E);
    [all...]

Completed in 447 milliseconds