Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h482 bool isTypeSpecPipe() const { return TypeSpecPipe; } in isTypeSpecPipe() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1363 if (S.getLangOpts().CPlusPlus && !DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1373 DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1769 if (!DS.isTypeSpecPipe()) in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2584 if (getLangOpts().OpenCLCPlusPlus && DS.isTypeSpecPipe()) in ParseImplicitInt()
5765 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclerator(D)) { in ParseDeclaratorInternal()