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

  /external/clang/lib/Basic/
Diagnostic.cpp 75 DiagStateOnPushStack.push_back(GetCurDiagState());
82 if (DiagStateOnPushStack.back() != GetCurDiagState()) {
187 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
198 DiagStates.push_back(*GetCurDiagState());
200 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
213 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
218 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
227 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
264 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(
294 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 229 DiagState *GetCurDiagState() const {
    [all...]

Completed in 2768 milliseconds