reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/InterpFrame.cpp
   92   for (Pointer F = P; !F.isRoot(); ) {
   93     Levels.push_back(F);
   94     F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
   94     F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
   94     F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
   94     F = F.isArrayElement() ? F.getArray().expand() : F.getBase();