Home
last modified time | relevance | path

Searched refs:DIt (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp2491 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls() local
2492 Decls.push_back(DIt->second); in findFileRegionDecls()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7505 DIt = BeginIt; DIt != EndIt; ++DIt) in FindFileRegionDecls() local
7506 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()