Searched refs:isConsumerInterestedIn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2837 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { function
4115 if (isConsumerInterestedIn(getContext(), D.getDecl(), D.hasPendingBody()))
4137 // to isConsumerInterestedIn because it is unsafe to call in the
4140 Record.JustLoaded || isConsumerInterestedIn(getContext(), D, false);
4173 isConsumerInterestedIn(getContext(), D, Reader.hasPendingBody())) {

Completed in 52 milliseconds