Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5853 static bool isPipeDeclarator(const Declarator &D) { in isPipeDeclarator() function
5948 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclarator(D)) { in ParseDeclaratorInternal()