Searched defs:isHidden (Results 1 – 8 of 8) sorted by relevance
78 bool isHidden() const { return IsHidden; } in setHidden() argument 77 bool isHidden() const { return IsHidden; } isHidden() function
56 virtual bool isHidden() const { return false; } in isHidden() function
71 bool isHidden() const final { return true; } isHidden() function 88 bool isHidden() const override { return true; } isHidden() function 104 bool isHidden() const override { return true; } isHidden() function
417 addLibrary(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isHidden,bool isExplicit,LoadType loadType) addLibrary() argument
129 static bool isHidden(const Record *R) { in isHidden() function
89 bool isHidden() const { isHidden() function
2118 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, isHidden() function
13820 bool isHidden = false; in makeTestCase() local13890 bool TestCaseInfo::isHidden() const { in isHidden() function in Catch::TestCaseInfo