Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp178 FirstDiagState = CurDiagState = State; in appendFirst()
185 CurDiagState = State; in append()
262 llvm::errs() << ": " << CurDiagState << "\n"; in dump()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h378 FirstDiagState = CurDiagState = nullptr; in clear()
387 DiagState *getCurDiagState() const { return CurDiagState; } in getCurDiagState()
438 DiagState *CurDiagState; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6314 FirstState = ReadDiagState(*Diag.DiagStatesByLoc.CurDiagState, in ReadPragmaDiagnosticMappings()
6351 Diag.DiagStatesByLoc.CurDiagState = CurState; in ReadPragmaDiagnosticMappings()
H A DASTWriter.cpp2846 AddDiagState(Diag.DiagStatesByLoc.CurDiagState, false); in WritePragmaDiagnosticMappings()