Searched refs:DevelopmentStatus (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistryData.h | 49 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/ |
D | CheckerRegistry.h | 156 StringRef Description, StringRef DevelopmentStatus, 173 StringRef Description, StringRef DevelopmentStatus,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
D | CheckerRegistry.cpp | 428 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/ |
D | CheckerRegistryData.cpp | 30 << (IsHidden ? "hidden, " : "") << DevelopmentStatus << ") default: \"" in dumpToStream() 230 if (Option.DevelopmentStatus == "alpha" || in printCheckerOptionList()
|