Home
last modified time | relevance | path

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

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