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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 379 CurDiagStateLoc = SourceLocation();
390 SourceLocation getCurDiagStateLoc() const { return CurDiagStateLoc; }
441 SourceLocation CurDiagStateLoc;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 179 CurDiagStateLoc = SourceLocation();
186 CurDiagStateLoc = Loc;
261 CurDiagStateLoc.print(llvm::errs(), SrcMgr);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 2839 // Emit CurDiagStateLoc. Do it last in order to match source order.
2845 AddSourceLocation(Diag.DiagStatesByLoc.CurDiagStateLoc, Record);
ASTReader.cpp 6352 Diag.DiagStatesByLoc.CurDiagStateLoc = CurStateLoc;

Completed in 35 milliseconds