Searched refs:isWrittenInSameFile (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 83 SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(), in AddSkippedRange() 394 if (SM.isWrittenInSameFile(BeginLoc, EndLoc)) { in gatherFileIDs() 450 if (PrevTokLoc.isValid() && SM.isWrittenInSameFile(LocStart, PrevTokLoc) && in adjustSkippedRange() 453 if (NextTokLoc.isValid() && SM.isWrittenInSameFile(LocEnd, NextTokLoc) && in adjustSkippedRange() 484 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in gatherSkippedRegions() 537 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in emitSourceRegions() 595 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions() 622 if (!SM.isWrittenInSameFile(Start, End)) { in VisitDecl() 1011 while (!SM.isWrittenInSameFile(StartLoc, EndLoc)) { in popRegions() 1022 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 936 if (SM.isWrittenInSameFile(DirectiveLoc, DiagnosticLoc)) in IsFromSameFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 1493 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1729 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 13235 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()
|