Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp233 bool ShouldBeIncluded = true; in shouldDeclBeIncluded() local
236 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()