Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h727 SourceLocation CurDiagLoc; variable
811 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc()
1121 CurDiagLoc = Loc; in Report()
1148 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; } in getLocation()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDDiagnostic.cpp340 CurDiagLoc = storedDiag.getLocation(); in Report()