Home
last modified time | relevance | path

Searched refs:isWrittenInSameFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp83 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-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp936 if (SM.isWrittenInSameFile(DirectiveLoc, DiagnosticLoc)) in IsFromSameFile()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h1493 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp1729 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp13235 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()