Lines Matching refs:getBegin
84 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID()
139 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow()
145 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
171 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange()
173 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); in findLocalPreprocessedEntitiesInRange()
247 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
254 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity()
260 PreprocessedEntities.back()->getSourceRange().getBegin())) && in addPreprocessedEntity()
269 PreprocessedEntities.back()->getSourceRange().getBegin())) { in addPreprocessedEntity()
297 (*I)->getSourceRange().getBegin())) { in addPreprocessedEntity()
307 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
446 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()
502 EndLoc = FilenameRange.getBegin(); in InclusionDirective()