Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h482 bool isTypeSpecPipe() const { return TypeSpecPipe; } in isTypeSpecPipe() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1350 if (!S.getLangOpts().isImplicitIntAllowed() && !DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1359 DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1788 if (!DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2682 if (getLangOpts().OpenCLCPlusPlus && DS.isTypeSpecPipe()) in ParseImplicitInt()
5948 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclarator(D)) { in ParseDeclaratorInternal()