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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 387 DiagState *getCurDiagState() const { return CurDiagState; }
453 DiagState *GetCurDiagState() const {
454 return DiagStatesByLoc.getCurDiagState();
463 : DiagStatesByLoc.getCurDiagState();
561 const DiagState &DS = *GetCurDiagState();
644 GetCurDiagState()->IgnoreAllWarnings = Val;
647 return GetCurDiagState()->IgnoreAllWarnings;
655 GetCurDiagState()->EnableAllWarnings = Val;
658 return GetCurDiagState()->EnableAllWarnings;
663 GetCurDiagState()->WarningsAsErrors = Val
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 118 DiagStateOnPushStack.push_back(GetCurDiagState());
125 if (DiagStateOnPushStack.back() != GetCurDiagState()) {
367 DiagnosticMapping &Info = GetCurDiagState()->getOrAddMapping(Diag);
379 DiagStatesByLoc.getCurDiagState()) {
384 DiagStatesByLoc.getCurDiagState()->setMapping(Diag, Mapping);
391 DiagStates.push_back(*GetCurDiagState());
430 DiagnosticMapping &Info = GetCurDiagState()->getOrAddMapping(Diag);
461 DiagnosticMapping &Info = GetCurDiagState()->getOrAddMapping(Diag);

Completed in 16 milliseconds