| 
    clang 22.0.0git
    
   | 
 
Forward iterator over the search directories of HeaderSearch.  
 More...
#include "clang/Lex/HeaderSearch.h"
Public Member Functions | |
| template<typename Enable = std::enable_if<IsConst, bool>> | |
| SearchDirIteratorImpl (const SearchDirIteratorImpl< false > &Other) | |
| Const -> non-const iterator conversion.   | |
| SearchDirIteratorImpl (const SearchDirIteratorImpl &)=default | |
| SearchDirIteratorImpl & | operator= (const SearchDirIteratorImpl &)=default | 
| bool | operator== (const SearchDirIteratorImpl &RHS) const | 
| SearchDirIteratorImpl & | operator++ () | 
| Qualified< IsConst, DirectoryLookup > & | operator* () const | 
| SearchDirIteratorImpl (std::nullptr_t) | |
| Creates an invalid iterator.   | |
| operator bool () const | |
| Checks whether the iterator is valid.   | |
Forward iterator over the search directories of HeaderSearch. 
Definition at line 176 of file HeaderSearch.h.
      
  | 
  inline | 
Const -> non-const iterator conversion.
Definition at line 182 of file HeaderSearch.h.
      
  | 
  default | 
      
  | 
  inline | 
Creates an invalid iterator.
Definition at line 205 of file HeaderSearch.h.
      
  | 
  inlineexplicit | 
Checks whether the iterator is valid.
Definition at line 208 of file HeaderSearch.h.
      
  | 
  inline | 
Definition at line 199 of file HeaderSearch.h.
      
  | 
  inline | 
Definition at line 193 of file HeaderSearch.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 189 of file HeaderSearch.h.