Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h517 bool isTypeSpecPipe() const { return TypeSpecPipe; } in isTypeSpecPipe() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1380 if (!S.getLangOpts().isImplicitIntAllowed() && !DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1389 DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1828 if (!DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2844 if (getLangOpts().OpenCLCPlusPlus && DS.isTypeSpecPipe()) in ParseImplicitInt()
6305 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclarator(D)) { in ParseDeclaratorInternal()