Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h734 SourceLocation CurDiagLoc; variable
818 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc()
1127 CurDiagLoc = Loc; in Report()
1154 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; } in getLocation()
/external/clang/lib/Basic/
DDiagnostic.cpp341 CurDiagLoc = storedDiag.getLocation(); in Report()