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

  /external/clang/lib/Basic/
Diagnostic.cpp 76 DiagStateOnPushStack.push_back(GetCurDiagState());
83 if (DiagStateOnPushStack.back() != GetCurDiagState()) {
177 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(Diag);
186 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
197 DiagStates.push_back(*GetCurDiagState());
199 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
212 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
217 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
226 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
255 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(Diag)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 252 DiagState *GetCurDiagState() const {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 36 milliseconds