Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp2242 if (Tok.is(tok::identifier) && NameAfterArrowIsNonType()) { in TryParseFunctionDeclarator()
2256 bool Parser::NameAfterArrowIsNonType() { in NameAfterArrowIsNonType() function in Parser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2776 bool NameAfterArrowIsNonType();