Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h372 CurDiagStateLoc = SourceLocation(); in clear()
383 SourceLocation getCurDiagStateLoc() const { return CurDiagStateLoc; } in getCurDiagStateLoc()
434 SourceLocation CurDiagStateLoc; variable
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp179 CurDiagStateLoc = SourceLocation(); in appendFirst()
186 CurDiagStateLoc = Loc; in append()
261 CurDiagStateLoc.print(llvm::errs(), SrcMgr); in dump()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2840 AddSourceLocation(Diag.DiagStatesByLoc.CurDiagStateLoc, Record); in WritePragmaDiagnosticMappings()
DASTReader.cpp6325 Diag.DiagStatesByLoc.CurDiagStateLoc = CurStateLoc; in ReadPragmaDiagnosticMappings()