HomeSort by relevance Sort by last modified time
    Searched refs:CurDiagLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
Diagnostic.h 627 /// CurDiagLoc - This is the location of the current diagnostic that is in
629 SourceLocation CurDiagLoc;
717 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; }
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 355 CurDiagLoc = storedDiag.getLocation();

Completed in 30 milliseconds