Searched defs:CurDiagLoc (Results 1 - 1 of 1) 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; }

Completed in 148 milliseconds