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

/external/clang/include/clang/Basic/
H A DDiagnostic.h725 SourceLocation CurDiagLoc; member in class:clang::DiagnosticsEngine
809 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; }
1105 CurDiagLoc = Loc;
1132 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; }
/external/clang/lib/Basic/
H A DDiagnostic.cpp317 CurDiagLoc = storedDiag.getLocation();

Completed in 268 milliseconds