Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h245 const_tokens_iterator tokens_end() const { in tokens_end() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp571 te = macro_info->tokens_end(); in ForEachMacro()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp59 NumTokens = Macro->tokens_end()-Macro->tokens_begin(); in Init()