Home
last modified time | relevance | path

Searched refs:CurDiagLoc (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Basic/
DDiagnostic.h955 SourceLocation CurDiagLoc; variable
1015 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc()
1473 CurDiagLoc = Loc; in Report()
1504 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; } in getLocation()
/external/clang/lib/Basic/
DDiagnostic.cpp341 CurDiagLoc = storedDiag.getLocation(); in Report()
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp489 CurDiagLoc = storedDiag.getLocation(); in Report()