Lines Matching refs:getBegin
84 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID()
140 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow()
146 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
172 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange()
174 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); in findLocalPreprocessedEntitiesInRange()
248 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
255 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity()
261 PreprocessedEntities.back()->getSourceRange().getBegin())) && in addPreprocessedEntity()
270 PreprocessedEntities.back()->getSourceRange().getBegin())) { in addPreprocessedEntity()
298 (*I)->getSourceRange().getBegin())) { in addPreprocessedEntity()
308 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
452 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()
514 EndLoc = FilenameRange.getBegin(); in InclusionDirective()