HomeSort by: relevance | last modified time | path
    Searched refs:markSafeWeakUse (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 158 void FunctionScopeInfo::markSafeWeakUse(const Expr *E) {
162 markSafeWeakUse(POE->getSyntacticForm());
167 markSafeWeakUse(Cond->getTrueExpr());
168 markSafeWeakUse(Cond->getFalseExpr());
174 markSafeWeakUse(Cond->getCommon());
175 markSafeWeakUse(Cond->getFalseExpr());
187 markSafeWeakUse(RefExpr->getBase());
SemaPseudoObject.cpp 852 S.getCurFunction()->markSafeWeakUse(RefExpr);
SemaDecl.cpp 12323 FSI->markSafeWeakUse(Init);
SemaExpr.cpp 13091 getCurFunction()->markSafeWeakUse(RHS.get());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 411 void markSafeWeakUse(const Expr *E);

Completed in 57 milliseconds