HomeSort by relevance Sort by last modified time
    Searched full:module_iterator (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
ModuleMap.h 231 typedef llvm::StringMap<Module *>::const_iterator module_iterator; typedef in class:clang::ModuleMap
232 module_iterator module_begin() const { return Modules.begin(); }
233 module_iterator module_end() const { return Modules.end(); }
  /external/clang/lib/Lex/
HeaderSearch.cpp     [all...]

Completed in 764 milliseconds