Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp578 AfterTemplate, // right after template brackets (<something>) in ParseFullNameImpl() enumerator
624 if (state != State::AfterIdentifier && state != State::AfterTemplate && in ParseFullNameImpl()
659 state != State::AfterTemplate) { in ParseFullNameImpl()
676 state = State::AfterTemplate; in ParseFullNameImpl()
709 state == State::AfterTemplate) { in ParseFullNameImpl()