Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp1327 static bool isC78Type(const FormatToken &Tok) { in isC78Type() function
1350 if (!Prev || (Prev->isNot(tok::star) && !isC78Type(*Prev))) in isC78ParameterDecl()
1353 if (!isC78Type(*Tok) && in isC78ParameterDecl()