Searched refs:AlwaysRebuild (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h90 /// operands have not changed (\c AlwaysRebuild()), and customize the
144 bool AlwaysRebuild() { return false; } function in class:clang::TreeTransform
2831 !getDerived().AlwaysRebuild())
2912 if (!getDerived().AlwaysRebuild() &&
2928 if (!getDerived().AlwaysRebuild() &&
2952 if (!getDerived().AlwaysRebuild() &&
2967 if (!getDerived().AlwaysRebuild() &&
3562 if (getDerived().AlwaysRebuild() ||
3588 if (getDerived().AlwaysRebuild() ||
3617 if (getDerived().AlwaysRebuild() ||
[all...]
H A DSemaExpr.cpp10278 bool AlwaysRebuild() { return true; } function in class:__anon3896::TransformToPE

Completed in 86 milliseconds