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()
690 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local691 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens()719 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens()725 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens()732 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
104 SourceLocation FirstLoc; variable
226 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local254 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
1656 unsigned FirstLoc = ~0U; in RescheduleOps() local1667 if (Loc <= FirstLoc) { in RescheduleOps()1668 FirstLoc = Loc; in RescheduleOps()1706 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()
1235 return F->ImportedBy[0]->FirstLoc; in getImportLocation()2073 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()