Searched refs:isFromSameFile (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h1296 bool isFromSameFile(SourceLocation Loc1, SourceLocation Loc2) const { function in class:clang::SourceManager
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp631 if (SM.isFromSameFile(DirectiveLoc, DiagnosticLoc))
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2236 if (!SM.isFromSameFile(FirstLoc, SecondLoc))

Completed in 197 milliseconds