Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerRegistryData.h49 StringRef DevelopmentStatus; member
54 StringRef DevelopmentStatus, bool IsHidden) in CmdLineOption()
57 DevelopmentStatus(DevelopmentStatus), IsHidden(IsHidden) { in CmdLineOption()
74 assert((DevelopmentStatus == "alpha" || DevelopmentStatus == "beta" || in CmdLineOption()
75 DevelopmentStatus == "released") && in CmdLineOption()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DCheckerRegistry.h156 StringRef Description, StringRef DevelopmentStatus,
173 StringRef Description, StringRef DevelopmentStatus,
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp428 StringRef DevelopmentStatus, in addPackageOption() argument
432 Description, DevelopmentStatus, IsHidden}); in addPackageOption()
455 StringRef DevelopmentStatus, in addCheckerOption() argument
459 Description, DevelopmentStatus, IsHidden}); in addCheckerOption()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp30 << (IsHidden ? "hidden, " : "") << DevelopmentStatus << ") default: \"" in dumpToStream()
230 if (Option.DevelopmentStatus == "alpha" || in printCheckerOptionList()