Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7591 DeclIDComp DIDComp(*this, *DInfo.Mod); in FindFileRegionDecls() local
7593 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp); in FindFileRegionDecls()
7606 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp); in FindFileRegionDecls()