Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h577 SourceLocation CurDiagLoc; variable
855 CurDiagLoc = Loc; in Report()
880 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; } in getLocation()
/external/clang/lib/Basic/
DDiagnostic.cpp221 CurDiagLoc = storedDiag.getLocation(); in Report()