Searched refs:PrefixLoc (Results 1 – 2 of 2) sorted by relevance
763 size_t PrefixLoc = Buffer.find(Prefix); in FindFirstCandidateMatch() local765 if (PrefixLoc == StringRef::npos) in FindFirstCandidateMatch()773 if (PrefixLoc < SearchLoc) in FindFirstCandidateMatch()774 SearchLoc = SkipWord(Buffer, PrefixLoc); in FindFirstCandidateMatch()777 if (PrefixLoc > FirstLoc) in FindFirstCandidateMatch()781 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size()) in FindFirstCandidateMatch()784 StringRef Rest = Buffer.drop_front(PrefixLoc); in FindFirstCandidateMatch()788 if (PrefixLoc != 0 && IsPartOfWord(Buffer[PrefixLoc - 1])) in FindFirstCandidateMatch()793 FirstLoc = PrefixLoc; in FindFirstCandidateMatch()883 size_t PrefixLoc; in ReadCheckFile() local[all …]
2337 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier() local2345 if (PrefixLoc.getPointer() + 1 != getTok().getLoc().getPointer()) in parseIdentifier()2350 StringRef(PrefixLoc.getPointer(), getTok().getIdentifier().size() + 1); in parseIdentifier()