Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp232 bool ShouldBeIncluded = true; in shouldDeclBeIncluded() local
235 ShouldBeIncluded = TD->isThisDeclarationADefinition(); in shouldDeclBeIncluded()
237 ShouldBeIncluded = Interface->isThisDeclarationADefinition(); in shouldDeclBeIncluded()
239 ShouldBeIncluded = Protocol->isThisDeclarationADefinition(); in shouldDeclBeIncluded()
241 ShouldBeIncluded = ShouldBeIncluded && LCF(D->getLocation()); in shouldDeclBeIncluded()
242 return ShouldBeIncluded; in shouldDeclBeIncluded()