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

/external/clang/lib/AST/
H A DExprConstant.cpp162 unsigned MostDerivedPathLength : 30; member in struct:__anon17734::SubobjectDesignator
179 : Invalid(false), IsOnePastTheEnd(false), MostDerivedPathLength(0),
184 MostDerivedPathLength(0), MostDerivedArraySize(0) {
190 MostDerivedPathLength =
207 Entries[MostDerivedPathLength - 1].ArrayIndex == MostDerivedArraySize)
231 MostDerivedPathLength = Entries.size();
245 MostDerivedPathLength = Entries.size();
258 MostDerivedPathLength = Entries.size();
264 if (MostDerivedPathLength == Entries.size() && MostDerivedArraySize) {
810 if (MostDerivedPathLength
[all...]

Completed in 829 milliseconds