Lines Matching refs:getBegin
72 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID()
131 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow()
137 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
163 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange()
165 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); in findLocalPreprocessedEntitiesInRange()
242 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity()
254 PreprocessedEntities.back()->getSourceRange().getBegin())) && in addPreprocessedEntity()
263 PreprocessedEntities.back()->getSourceRange().getBegin())) { in addPreprocessedEntity()
291 (*I)->getSourceRange().getBegin())) { in addPreprocessedEntity()
302 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
471 EndLoc = FilenameRange.getBegin(); in InclusionDirective()