Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h501 bool isTypeSpecPipe() const { return TypeSpecPipe; } in isTypeSpecPipe() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1363 if (!S.getLangOpts().isImplicitIntAllowed() && !DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1372 DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
1810 if (!DS.isTypeSpecPipe()) { in ConvertDeclSpecToType()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2700 if (getLangOpts().OpenCLCPlusPlus && DS.isTypeSpecPipe()) in ParseImplicitInt()
6084 if (D.getDeclSpec().isTypeSpecPipe() && !isPipeDeclarator(D)) { in ParseDeclaratorInternal()