Searched refs:ShouldExport (Results 1 – 4 of 4) sorted by relevance
709 (ShouldExport() && !IsAbstract()); in ShouldGenerateFactoryFunction()711 bool ShouldExport() const { return flags_ & ClassFlag::kExport; } in ShouldExport() function
279 !(super_class->ShouldExport() || super_class->IsExtern())) { in ComputeType()
942 if (!in_test_directory && (IsExtern() || ShouldExport())) { in AttributedToFile()
4089 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()4097 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()