Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h994 SourceLocation CurDiagLoc; variable
1054 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc()
1512 CurDiagLoc = Loc; in Report()
1543 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; } in getLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp489 CurDiagLoc = storedDiag.getLocation(); in Report()