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 138 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
142 markSafeWeakUse(POE->getSyntacticForm());
147 markSafeWeakUse(Cond->getTrueExpr());
148 markSafeWeakUse(Cond->getFalseExpr());
154 markSafeWeakUse(Cond->getCommon());
155 markSafeWeakUse(Cond->getFalseExpr());
165 markSafeWeakUse(RefExpr->getBase());
SemaPseudoObject.cpp 832 S.getCurFunction()->markSafeWeakUse(RefExpr);
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 301 void markSafeWeakUse(const Expr *E);

Completed in 57 milliseconds