Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h700 SourceLocation CurDiagLoc; variable
794 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc()
1070 CurDiagLoc = Loc; in Report()
1095 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; } in getLocation()
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDDiagnostic.cpp357 CurDiagLoc = storedDiag.getLocation(); in Report()