Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7931 DeclIDComp DIDComp(*this, *DInfo.Mod); in FindFileRegionDecls() local
7933 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp); in FindFileRegionDecls()
7946 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp); in FindFileRegionDecls()