Searched refs:GetBeginningOfToken (Results 1 – 4 of 4) sorted by relevance
385 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
74 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
341 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
609 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer