Searched refs:BeginIt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2720 LocDeclsTy::iterator BeginIt =
2723 if (BeginIt != LocDecls.begin())
2724 --BeginIt;
2729 while (BeginIt != LocDecls.begin() &&
2730 BeginIt->second->isTopLevelDeclInObjCContainer())
2731 --BeginIt;
2739 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5671 BeginIt = std::lower_bound(DInfo.Decls.begin(), DInfo.Decls.end(), local
5673 if (BeginIt != DInfo.Decls.begin())
5674 --BeginIt;
5679 while (BeginIt != DInfo.Decls.begin() &&
5680 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
5682 --BeginIt;
5691 DIt = BeginIt; DIt != EndIt; ++DIt)

Completed in 190 milliseconds