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 83 DiagStateOnPushStack.push_back(GetCurDiagState());
90 if (DiagStateOnPushStack.back() != GetCurDiagState()) {
179 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(Diag);
188 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
199 DiagStates.push_back(*GetCurDiagState());
201 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
214 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
219 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
228 GetCurDiagState()->setMappingInfo(Diag, MappingInfo);
257 DiagnosticMappingInfo &Info = GetCurDiagState()->getOrAddMappingInfo(Diag)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 260 DiagState *GetCurDiagState() const {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 24 milliseconds