HomeSort by relevance Sort by last modified time
    Searched refs:DiagnosticLevelMask (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/Basic/
DiagnosticOptions.cpp 19 raw_ostream& operator<<(raw_ostream& Out, DiagnosticLevelMask M) {
20 using UT = std::underlying_type<DiagnosticLevelMask>::type;
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DiagnosticOptions.h 30 enum class DiagnosticLevelMask : unsigned {
39 inline DiagnosticLevelMask operator~(DiagnosticLevelMask M) {
40 using UT = std::underlying_type<DiagnosticLevelMask>::type;
41 return static_cast<DiagnosticLevelMask>(~static_cast<UT>(M));
44 inline DiagnosticLevelMask operator|(DiagnosticLevelMask LHS,
45 DiagnosticLevelMask RHS) {
46 using UT = std::underlying_type<DiagnosticLevelMask>::type;
47 return static_cast<DiagnosticLevelMask>(
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 748 const DiagnosticLevelMask DiagMask =
754 bool(DiagnosticLevelMask::Error & DiagMask));
759 bool(DiagnosticLevelMask::Warning & DiagMask));
764 bool(DiagnosticLevelMask::Remark & DiagMask));
769 bool(DiagnosticLevelMask::Note & DiagMask));
864 const DiagnosticLevelMask DiagMask =
866 if (bool(DiagnosticLevelMask::Error & DiagMask))
869 if (bool(DiagnosticLevelMask::Warning & DiagMask))
872 if (bool(DiagnosticLevelMask::Remark & DiagMask))
875 if (bool(DiagnosticLevelMask::Note & DiagMask)
    [all...]
CompilerInvocation.cpp 348 DiagnosticLevelMask &M) {
351 DiagnosticLevelMask const PM =
352 llvm::StringSwitch<DiagnosticLevelMask>(Level)
353 .Case("note", DiagnosticLevelMask::Note)
354 .Case("remark", DiagnosticLevelMask::Remark)
355 .Case("warning", DiagnosticLevelMask::Warning)
356 .Case("error", DiagnosticLevelMask::Error)
357 .Default(DiagnosticLevelMask::None);
358 if (PM == DiagnosticLevelMask::None) {
    [all...]

Completed in 1368 milliseconds