Home
last modified time | relevance | path

Searched refs:ModuleDeclIterator (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1218 class ModuleDeclIterator {
1228 ModuleDeclIterator() : Reader(nullptr), Mod(nullptr), Pos(nullptr) { } in ModuleDeclIterator() function
1230 ModuleDeclIterator(ASTReader *Reader, ModuleFile *Mod, in ModuleDeclIterator() function
1238 ModuleDeclIterator &operator++() {
1243 ModuleDeclIterator operator++(int) {
1244 ModuleDeclIterator Prev(*this);
1249 ModuleDeclIterator &operator--() {
1254 ModuleDeclIterator operator--(int) {
1255 ModuleDeclIterator Prev(*this);
1260 friend bool operator==(const ModuleDeclIterator &LHS,
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4836 std::pair<ASTReader::ModuleDeclIterator, ASTReader::ModuleDeclIterator>
4838 return std::make_pair(ModuleDeclIterator(this, &Mod, Mod.FileSortedDecls), in getModuleFileLevelDecls()
4839 ModuleDeclIterator(this, &Mod, in getModuleFileLevelDecls()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2764 ASTReader::ModuleDeclIterator MDI, MDE; in visitLocalTopLevelDecls()