Searched refs:isWrittenInSameFile (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 379 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in gatherSkippedRegions() 419 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in emitSourceRegions() 465 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions() 492 if (!SM.isWrittenInSameFile(Start, End)) { in VisitDecl() 615 while (!SM.isWrittenInSameFile(StartLoc, EndLoc)) { in popRegions() 626 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 646 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions() 787 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit() 887 while (!SM.isWrittenInSameFile(AfterLoc, BeforeLoc)) { in findGapAreaBetween() 899 assert(SM.isWrittenInSameFile(AfterLoc, in findGapAreaBetween() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 1021 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc)) in updateConsecutiveMacroArgTokens()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 924 if (SM.isWrittenInSameFile(DirectiveLoc, DiagnosticLoc)) in IsFromSameFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1457 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1708 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14955 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()
|