HomeSort by: relevance | last modified time | path
    Searched refs:CurDiagLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 994 SourceLocation CurDiagLoc;
1054 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; }
1512 CurDiagLoc = Loc;
1543 const SourceLocation &getLocation() const { return DiagObj->CurDiagLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 489 CurDiagLoc = storedDiag.getLocation();

Completed in 37 milliseconds