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 157 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
161 markSafeWeakUse(POE->getSyntacticForm());
166 markSafeWeakUse(Cond->getTrueExpr());
167 markSafeWeakUse(Cond->getFalseExpr());
173 markSafeWeakUse(Cond->getCommon());
174 markSafeWeakUse(Cond->getFalseExpr());
186 markSafeWeakUse(RefExpr->getBase());
SemaPseudoObject.cpp 834 S.getCurFunction()->markSafeWeakUse(RefExpr);
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 308 void markSafeWeakUse(const Expr *E);

Completed in 384 milliseconds