Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h561 static std::optional<Token> findPreviousToken(SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1352 std::optional<Token> Lexer::findPreviousToken(SourceLocation Loc, in findPreviousToken() function in Lexer