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

References

tools/clang/lib/Parse/ParseExpr.cpp
  565     for (auto *C : candidate) {
tools/clang/lib/Sema/SemaDecl.cpp
 7919     for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(),
tools/clang/lib/Sema/SemaLookup.cpp
 5177   for (Decl *D : candidate) {
 5213   for (auto *C : candidate) {
usr/include/c++/7.4.0/bits/range_access.h
   48     begin(_Container& __cont) -> decltype(__cont.begin())
   58     begin(const _Container& __cont) -> decltype(__cont.begin())
   59     { return __cont.begin(); }