Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1289 static bool isC78Type(const FormatToken &Tok) { in isC78Type() function
1312 if (!Prev || (Prev->isNot(tok::star) && !isC78Type(*Prev))) in isC78ParameterDecl()
1315 if (!isC78Type(*Tok) && in isC78ParameterDecl()