Lines Matching refs:getBegin
73 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID()
129 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow()
135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin())) in getPreprocessedEntitiesInRangeSlow()
161 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange()
163 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); in findLocalPreprocessedEntitiesInRange()
240 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity()
253 PreprocessedEntities.back()->getSourceRange().getBegin())) && in addPreprocessedEntity()
262 PreprocessedEntities.back()->getSourceRange().getBegin())) { in addPreprocessedEntity()
290 (*I)->getSourceRange().getBegin())) { in addPreprocessedEntity()
301 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
469 EndLoc = FilenameRange.getBegin(); in InclusionDirective()