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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
EvaluatedExprVisitor.h 83 if (E->isPotentiallyEvaluated())
ExprCXX.h 869 bool isPotentiallyEvaluated() const;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 94 AST_MATCHER(CXXTypeidExpr, isPotentiallyEvaluated) {
95 return Node.isPotentiallyEvaluated();
218 unless(isPotentiallyEvaluated())),
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 134 bool CXXTypeidExpr::isPotentiallyEvaluated() const {
Expr.cpp 3536 return cast<CXXTypeidExpr>(this)->isPotentiallyEvaluated();
ExprConstant.cpp 8305 if (!E->isPotentiallyEvaluated()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 2210 if (E->isPotentiallyEvaluated() && !E->isMostDerived(getContext()))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 671 if (CTE->isPotentiallyEvaluated() && !CTE->isMostDerived(Context))

Completed in 49 milliseconds