Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h630 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3729 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
3740 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11058 {"_ZN5clang5Lexer16LexTokenInternalERNS_5TokenE", "clang::Lexer::LexTokenInternal(clang::Token&)"},