| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.h | 50 bool IsHidden; member 54 StringRef DevelopmentStatus, bool IsHidden) in CmdLineOption() 57 DevelopmentStatus(DevelopmentStatus), IsHidden(IsHidden) { in CmdLineOption() 110 bool IsHidden = false; member 131 StringRef Desc, StringRef DocsUri, bool IsHidden) in CheckerInfo() 133 DocumentationUri(DocsUri), IsHidden(IsHidden) {} in CheckerInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.h | 120 bool IsHidden); 129 bool IsHidden = false) { 134 IsHidden); 157 bool IsHidden = false); 174 bool IsHidden = false);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 313 DependencyIt->IsHidden) && in resolveDependencies() 426 bool IsHidden) { in addPackageOption() argument 429 Description, DevelopmentStatus, IsHidden}); in addPackageOption() 435 bool IsHidden) { in addChecker() argument 436 Data.Checkers.emplace_back(Rfn, Sfn, Name, Desc, DocsUri, IsHidden); in addChecker() 453 bool IsHidden) { in addCheckerOption() argument 456 Description, DevelopmentStatus, IsHidden}); in addCheckerOption()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 20 bool IsHidden = false; variable 78 bool isHidden() const { return IsHidden; } in isHidden() 79 void setHidden(bool isHidden) { IsHidden = isHidden; } in setHidden()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 109 bool IsHidden() const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 604 auto IsHidden = [&Overriding](const UniqueVirtualMethod &M) { in getFinalOverriders() local 623 llvm::erase_if(Overriding, IsHidden); in getFinalOverriders()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 410 bool IsHidden();
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 43 while (return_frame_sp->IsArtificial() || return_frame_sp->IsHidden()) { in ComputeTargetFrame()
|
| H A D | StackFrameList.cpp | 917 if (!show_hidden && frame_sp != selected_frame_sp && frame_sp->IsHidden()) in GetStatus()
|
| H A D | StackFrame.cpp | 1266 bool StackFrame::IsHidden() { in IsHidden() function in StackFrame
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 1210 bool SBFrame::IsHidden() const { in IsHidden() function in SBFrame 1217 return frame->IsHidden(); in IsHidden()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 293 if (candidate_sp->IsHidden()) in DoExecute()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4716 IsHidden = 1 << 1, enumerator 13790 return TestCaseInfo::IsHidden; in parseSpecialTag() 13800 …n static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHidden ); in parseSpecialTag() 13836 if( ( prop & TestCaseInfo::IsHidden ) != 0 ) in makeTestCase() 13891 return ( properties & IsHidden ) != 0; in isHidden()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2153 return Checker.IsHidden; in isHidden()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31361 result = (bool)((lldb::SBFrame const *)arg1)->IsHidden(); in _wrap_SBFrame_IsHidden()
|