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
2756 !getDerived().AlwaysRebuild())
2837 if (!getDerived().AlwaysRebuild() &&
2853 if (!getDerived().AlwaysRebuild() &&
2877 if (!getDerived().AlwaysRebuild() &&
2892 if (!getDerived().AlwaysRebuild() &&
3524 if (getDerived().AlwaysRebuild() ||
3550 if (getDerived().AlwaysRebuild() ||
3579 if (getDerived().AlwaysRebuild() ||
[all...]
H A DSemaExpr.cpp10041 bool AlwaysRebuild() { return true; } function in class:__anon208::TransformToPE

Completed in 521 milliseconds