Home
last modified time | relevance | path

Searched refs:DiagStateIDMap (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
DASTWriter.cpp2694 DiagStateIDMap; in WritePragmaDiagnosticMappings() local
2696 DiagStateIDMap[&Diag.DiagStates.front()] = ++CurrID; // the command-line one. in WritePragmaDiagnosticMappings()
2706 unsigned &DiagStateID = DiagStateIDMap[point.State]; in WritePragmaDiagnosticMappings()