Searched refs:first_token (Results 1 – 2 of 2) sorted by relevance
519 bool first_token = true; in ForEachMacro() local525 if (!first_token) in ForEachMacro()528 first_token = false; in ForEachMacro()
640 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local642 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()