Searched refs:isWrittenInSameFile (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 81 SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(), in AddSkippedRange() 392 if (SM.isWrittenInSameFile(BeginLoc, EndLoc)) { in gatherFileIDs() 448 if (PrevTokLoc.isValid() && SM.isWrittenInSameFile(LocStart, PrevTokLoc) && in adjustSkippedRange() 451 if (NextTokLoc.isValid() && SM.isWrittenInSameFile(LocEnd, NextTokLoc) && in adjustSkippedRange() 482 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in gatherSkippedRegions() 535 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in emitSourceRegions() 593 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions() 620 if (!SM.isWrittenInSameFile(Start, End)) { in VisitDecl() 1049 while (!SM.isWrittenInSameFile(StartLoc, EndLoc)) { in popRegions() 1060 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 949 if (SM.isWrittenInSameFile(DirectiveLoc, DiagnosticLoc)) in IsFromSameFile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1495 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1746 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14668 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()
|