Home
last modified time | relevance | path

Searched refs:BeforeStart (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.cpp45 SourceLocation BeforeStart = Start.getLocWithOffset(-1); in findPreviousTokenStart() local
46 if (BeforeStart.isInvalid() || BeforeStart.isMacroID()) in findPreviousTokenStart()
49 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp70 SourceLocation BeforeStart = Start.getLocWithOffset(-1); in findPreviousTokenStart() local
71 if (BeforeStart.isInvalid() || BeforeStart.isMacroID()) in findPreviousTokenStart()
74 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()