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 160 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
164 markSafeWeakUse(POE->getSyntacticForm());
169 markSafeWeakUse(Cond->getTrueExpr());
170 markSafeWeakUse(Cond->getFalseExpr());
176 markSafeWeakUse(Cond->getCommon());
177 markSafeWeakUse(Cond->getFalseExpr());
189 markSafeWeakUse(RefExpr->getBase());
SemaPseudoObject.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 322 void markSafeWeakUse(const Expr *E);

Completed in 321 milliseconds