Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7711 DeclIDComp DIDComp(*this, *DInfo.Mod); in FindFileRegionDecls() local
7713 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp); in FindFileRegionDecls()
7726 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp); in FindFileRegionDecls()