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

  /external/clang/lib/Sema/
ScopeInfo.cpp 133 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
137 markSafeWeakUse(POE->getSyntacticForm());
142 markSafeWeakUse(Cond->getTrueExpr());
143 markSafeWeakUse(Cond->getFalseExpr());
149 markSafeWeakUse(Cond->getCommon());
150 markSafeWeakUse(Cond->getFalseExpr());
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 280 void markSafeWeakUse(const Expr *E);

Completed in 219 milliseconds