Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h485 bool isTypeSpecPipe() const { return TypeSpecPipe; } in isTypeSpecPipe() function
/external/clang/lib/Sema/
DSemaType.cpp1345 } else if (S.getLangOpts().OpenCLVersion >= 200 && DS.isTypeSpecPipe()){ in ConvertDeclSpecToType()
1669 if (!DS.isTypeSpecPipe()) in ConvertDeclSpecToType()
/external/clang/lib/Parse/
DParseDecl.cpp5042 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclerator(D)) { in ParseDeclaratorInternal()