HomeSort by: relevance | last modified time | path
    Searched refs:DevelopmentStatus (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistryData.h 49 StringRef DevelopmentStatus;
54 StringRef DevelopmentStatus, bool IsHidden)
57 DevelopmentStatus(DevelopmentStatus), IsHidden(IsHidden) {
74 assert((DevelopmentStatus == "alpha" || DevelopmentStatus == "beta" ||
75 DevelopmentStatus == "released") &&
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistry.h 156 StringRef Description, StringRef DevelopmentStatus,
173 StringRef Description, StringRef DevelopmentStatus,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistry.cpp 428 StringRef DevelopmentStatus,
432 Description, DevelopmentStatus, IsHidden});
455 StringRef DevelopmentStatus,
459 Description, DevelopmentStatus, IsHidden});
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerRegistryData.cpp 30 << (IsHidden ? "hidden, " : "") << DevelopmentStatus << ") default: \""
230 if (Option.DevelopmentStatus == "alpha" ||

Completed in 56 milliseconds