Lines Matching refs:getBegin
46 return SM.isBeforeInTranslationUnit(T.location(), R.getBegin()); in getTokensCovering()
151 if (Exp.getBegin() == ExpMacro.getExpansionLocStart()) { in spelledForExpandedSlow()
153 Bound = (&Bound == &Prev) ? Exp.getBegin() : Exp.getEnd(); in spelledForExpandedSlow()
161 Bound = (&Bound == &Prev) ? Exp.getEnd() : Exp.getBegin(); in spelledForExpandedSlow()
172 auto DecFirst = SM.getDecomposedExpansionLoc(Candidate.getBegin()); in spelledForExpandedSlow()
179 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Prev).getBegin()); in spelledForExpandedSlow()
300 const auto B = ExpandedTokIndex.find(R.getBegin()); in expandedTokens()
699 if (!Range.getBegin().isFileID()) { in MacroExpands()
700 Range.setBegin(SM.getExpansionLoc(Range.getBegin())); in MacroExpands()
701 assert(Collector->Expansions.count(Range.getBegin()) && in MacroExpands()
705 Collector->Expansions[Range.getBegin()] = Range.getEnd(); in MacroExpands()