Searched refs:FirstLoc (Results 1 – 8 of 8) sorted by relevance
114 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted() local115 assert(!FirstLoc.isUnknown() in NotifyFunctionEmitted()117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
110 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted() local111 assert(!FirstLoc.isUnknown() in NotifyFunctionEmitted()114 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
683 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local684 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens()712 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens()718 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens()725 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
104 SourceLocation FirstLoc; variable
224 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local252 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
1660 unsigned FirstLoc = ~0U; in RescheduleOps() local1671 if (Loc <= FirstLoc) { in RescheduleOps()1672 FirstLoc = Loc; in RescheduleOps()1710 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in AreTokensAdjacent() local42 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in AreTokensAdjacent()
1227 return F->ImportedBy[0]->FirstLoc; in getImportLocation()2054 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()