Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp519 bool first_token = true; in ForEachMacro() local
525 if (!first_token) in ForEachMacro()
528 first_token = false; in ForEachMacro()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp640 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local
642 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()