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

References

tools/clang/lib/Sema/SemaInit.cpp
 7308   for (auto It = Path.rbegin(), End = Path.rend(); It != End; ++It) {
 7308   for (auto It = Path.rbegin(), End = Path.rend(); It != End; ++It) {
 7309     if (It->Kind == IndirectLocalPathEntry::VarInit)
 7311     if (It->Kind == IndirectLocalPathEntry::AddressOf)
 7313     return It->Kind == IndirectLocalPathEntry::GslPointerInit;