Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h50 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 DCheckerRegistry.h120 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 DCheckerRegistry.cpp313 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 DMCSymbolWasm.h20 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 DSBFrame.h109 bool IsHidden() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp604 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 DStackFrame.h410 bool IsHidden();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp43 while (return_frame_sp->IsArtificial() || return_frame_sp->IsHidden()) { in ComputeTargetFrame()
H A DStackFrameList.cpp917 if (!show_hidden && frame_sp != selected_frame_sp && frame_sp->IsHidden()) in GetStatus()
H A DStackFrame.cpp1266 bool StackFrame::IsHidden() { in IsHidden() function in StackFrame
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1210 bool SBFrame::IsHidden() const { in IsHidden() function in SBFrame
1217 return frame->IsHidden(); in IsHidden()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp293 if (candidate_sp->IsHidden()) in DoExecute()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4716 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 DBugReporter.cpp2153 return Checker.IsHidden; in isHidden()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31361 result = (bool)((lldb::SBFrame const *)arg1)->IsHidden(); in _wrap_SBFrame_IsHidden()