HomeSort by: relevance | last modified time | path
    Searched defs:AlwaysRebuild (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 16320 bool AlwaysRebuild() { return true; }
16557 bool AlwaysRebuild() { return false; }
TreeTransform.h 97 /// operands have not changed (\c AlwaysRebuild()), and customize the
155 bool AlwaysRebuild() { return SemaRef.ArgumentPackSubstitutionIndex != -1; }
4128 !getDerived().AlwaysRebuild())
4223 if (!getDerived().AlwaysRebuild() &&
4239 if (!getDerived().AlwaysRebuild() &&
4269 if (!getDerived().AlwaysRebuild() &&
4284 if (!getDerived().AlwaysRebuild() &&
4917 if (getDerived().AlwaysRebuild() ||
4946 if (getDerived().AlwaysRebuild() ||
4972 if (getDerived().AlwaysRebuild() ||
    [all...]

Completed in 44 milliseconds