HomeSort by relevance Sort by last modified time
    Searched defs:DiagID (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 95 unsigned DiagID = D.getCustomDiagID(DiagnosticsEngine::Error,
97 D.Report(DiagID) << args[i];
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 121 unsigned DiagID = I->DiagID;
123 if (DiagnosticIDs::isBuiltinNote(DiagID))
126 if (!DiagnosticIDs::isBuiltinWarningOrExtension(DiagID))
130 Diags->getDiagnosticLevel(DiagID, SourceLocation());
134 StringRef WarningOpt = DiagnosticIDs::getWarningOptionForDiag(DiagID);
DiagnosticNames.h 21 short DiagID;
37 const DiagnosticRecord &getDiagnosticForID(short DiagID);
  /external/clang/unittests/AST/
ASTVectorTest.cpp 29 : FileMgr(FileMgrOpts), DiagID(new DiagnosticIDs()),
30 Diags(DiagID, new DiagnosticOptions, new IgnoringDiagConsumer()),
36 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
CommentLexer.cpp 32 DiagID(new DiagnosticIDs()),
33 Diags(DiagID, new DiagnosticOptions, new IgnoringDiagConsumer()),
40 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
    [all...]
CommentParser.cpp 39 DiagID(new DiagnosticIDs()),
40 Diags(DiagID, new DiagnosticOptions, new IgnoringDiagConsumer()),
47 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
    [all...]
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 34 DiagID(new DiagnosticIDs()),
35 Diags(DiagID, new DiagnosticOptions, new IgnoringDiagConsumer()),
45 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
LexerTest.cpp 52 DiagID(new DiagnosticIDs()),
53 Diags(DiagID, new DiagnosticOptions, new IgnoringDiagConsumer()),
111 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
PPCallbacksTest.cpp 115 DiagID(new DiagnosticIDs()), DiagOpts(new DiagnosticOptions()),
116 Diags(DiagID, DiagOpts.get(), new IgnoringDiagConsumer()),
124 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 40 uint16_t DiagID;
67 return DiagID < RHS.DiagID;
96 /// GetDiagInfo - Return the StaticDiagInfoRec entry for the specified DiagID,
98 static const StaticDiagInfoRec *GetDiagInfo(unsigned DiagID) {
113 if (DiagID >= DIAG_UPPER_LIMIT || DiagID <= DIAG_START_COMMON)
125 unsigned ID = DiagID - DIAG_START_COMMON - 1;
127 if (DiagID > DIAG_START_##NAME) { \
151 // the diagID space
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 25 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error,
28 DiagID)
BackendUtil.cpp 785 unsigned DiagID = Diags.getCustomDiagID(
788 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation();
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 114 unsigned DiagID
117 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID)
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 35 DiagID(new DiagnosticIDs()),
36 Diags(DiagID, new DiagnosticOptions, new IgnoringDiagConsumer()),
45 IntrusiveRefCntPtr<DiagnosticIDs> DiagID;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 117 mutable unsigned DiagID;
182 : DiagID(0), DiagStorage(nullptr), Allocator(nullptr) { }
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
185 : DiagID(DiagID), DiagStorage(nullptr), Allocator(&Allocator) { }
188 : DiagID(Other.DiagID), DiagStorage(nullptr), Allocator(Other.Allocator)
197 : DiagID(Other.DiagID), DiagStorage(Other.DiagStorage),
203 : DiagID(Other.DiagID), DiagStorage(DiagStorage)
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 114 unsigned DiagID = diag::err_incomplete_in_exception_spec;
117 DiagID = diag::ext_incomplete_in_exception_spec;
122 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range))
218 unsigned DiagID = diag::err_mismatched_exception_spec;
221 DiagID = diag::ext_mismatched_exception_spec;
228 PDiag(DiagID), PDiag(diag::note_previous_declaration),
296 DiagID = diag::ext_ms_missing_exception_specification;
302 DiagID = diag::ext_missing_exception_specification;
305 DiagID = diag::err_missing_exception_specification;
358 Diag(New->getLocation(), DiagID)
    [all...]
  /frameworks/compile/slang/
slang.cpp 506 unsigned DiagID = mDiagEngine->getCustomDiagID(
510 getDiagnostics().Report(DiagID) << Reflected->getName()
583 unsigned DiagID = mDiagEngine->getCustomDiagID(
586 getDiagnostics().Report(DiagID);
616 unsigned DiagID = mDiagEngine->getCustomDiagID(
619 getDiagnostics().Report(DiagID) << mTargetAPI << SLANG_MINIMUM_TARGET_API

Completed in 976 milliseconds

1 2 3