Searched refs:ShouldBeIncluded (Results 1 – 1 of 1) sorted by relevance
233 bool ShouldBeIncluded = true; in shouldDeclBeIncluded() local236 ShouldBeIncluded = TD->isThisDeclarationADefinition(); in shouldDeclBeIncluded()238 ShouldBeIncluded = Interface->isThisDeclarationADefinition(); in shouldDeclBeIncluded()240 ShouldBeIncluded = Protocol->isThisDeclarationADefinition(); in shouldDeclBeIncluded()242 ShouldBeIncluded = ShouldBeIncluded && LCF(D->getLocation()); in shouldDeclBeIncluded()243 return ShouldBeIncluded; in shouldDeclBeIncluded()