Searched refs:PrefixLoc (Results 1 – 2 of 2) sorted by relevance
767 size_t PrefixLoc = Buffer.find(Prefix); in FindFirstCandidateMatch() local769 if (PrefixLoc == StringRef::npos) in FindFirstCandidateMatch()777 if (PrefixLoc < SearchLoc) in FindFirstCandidateMatch()778 SearchLoc = SkipWord(Buffer, PrefixLoc); in FindFirstCandidateMatch()781 if (PrefixLoc > FirstLoc) in FindFirstCandidateMatch()785 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size()) in FindFirstCandidateMatch()788 StringRef Rest = Buffer.drop_front(PrefixLoc); in FindFirstCandidateMatch()792 if (PrefixLoc != 0 && IsPartOfWord(Buffer[PrefixLoc - 1])) in FindFirstCandidateMatch()797 FirstLoc = PrefixLoc; in FindFirstCandidateMatch()887 size_t PrefixLoc; in ReadCheckFile() local[all …]
2245 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier() local2253 if (PrefixLoc.getPointer() + 1 != getTok().getLoc().getPointer()) in parseIdentifier()2258 StringRef(PrefixLoc.getPointer(), getTok().getIdentifier().size() + 1); in parseIdentifier()