reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 8018   if (DInfo.Decls.empty())
 8027       llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp);
 8028   if (BeginIt != DInfo.Decls.begin())
 8034   while (BeginIt != DInfo.Decls.begin() &&
 8040       llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp);
 8041   if (EndIt != DInfo.Decls.end())