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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h330 CurDiagStateLoc = SourceLocation();
341 SourceLocation getCurDiagStateLoc() const { return CurDiagStateLoc; }
392 SourceLocation CurDiagStateLoc; member in class:clang::DiagnosticsEngine::DiagStateMap
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp167 CurDiagStateLoc = SourceLocation();
174 CurDiagStateLoc = Loc;
249 CurDiagStateLoc.print(llvm::errs(), SrcMgr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2777 // Emit CurDiagStateLoc. Do it last in order to match source order.
2783 AddSourceLocation(Diag.DiagStatesByLoc.CurDiagStateLoc, Record);
H A DASTReader.cpp6297 Diag.DiagStatesByLoc.CurDiagStateLoc = CurStateLoc;

Completed in 230 milliseconds