Home
last modified time | relevance | path

Searched refs:GetBeginningOfToken (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h335 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp342 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp546 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer