Lines Matching refs:getBeginLoc
70 SourceLocation getBeginLoc() const { in getBeginLoc() function in __anonc2ccc9df0111::SourceMappingRegion
119 : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {} in SpellingRegion()
207 SourceLocation Loc = S->getBeginLoc(); in getStart()
232 SourceLocation Loc = Region.getBeginLoc(); in gatherFileIDs()
314 SourceLocation LocStart = Region.getBeginLoc(); in emitSourceRegions()
505 FileID StartFile = SM.getFileID(DR.getBeginLoc()); in completeDeferred()
518 if (DR.getBeginLoc() == DeferredEndLoc) in completeDeferred()
523 if (!SpellingRegion(SM, DR.getBeginLoc(), DeferredEndLoc).isInSourceOrder()) in completeDeferred()
574 SourceLocation StartLoc = Region.getBeginLoc(); in popRegions()
622 assert(SM.isWrittenInSameFile(Region.getBeginLoc(), EndLoc)); in popRegions()
673 if (SM.isBeforeInTranslationUnit(StartLoc, S->getBeginLoc())) in propagateCounts()
685 return Region.getBeginLoc() == StartLoc && in isRegionAlreadyAdded()
737 SourceLocation Loc = I.getBeginLoc(); in handleFileExit()
863 if (S->getBeginLoc().isValid()) in VisitStmt()
1157 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S)) in VisitSwitchCase()