Home
last modified time | relevance | path

Searched refs:tokens_begin (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDTokenLexer.cpp55 Tokens = &*Macro->tokens_begin(); in Init()
59 NumTokens = Macro->tokens_end()-Macro->tokens_begin(); in Init()
HDPreprocessor.cpp357 std::equal(Tokens.begin(), Tokens.end(), MI->tokens_begin()); in MacroDefinitionEquals()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h244 const_tokens_iterator tokens_begin() const { return ReplacementTokens; } in tokens_begin() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp570 ti = macro_info->tokens_begin(), in ForEachMacro()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp62 if (MI.tokens_empty() || !MI.tokens_begin()->hasLeadingSpace()) in PrintMacroDefinition()