Home
last modified time | relevance | path

Searched refs:hasTypeSpecifier (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2398 if (isTypeSpecifier(DSC) && !DS.hasTypeSpecifier()) { in ParseSpecifierQualifierList()
2403 if (!DS.hasTypeSpecifier()) in ParseSpecifierQualifierList()
2487 assert(!DS.hasTypeSpecifier() && "Type specifier checked above"); in ParseImplicitInt()
2955 !DS.hasTypeSpecifier() && GetLookAheadToken(1).is(tok::less)) in ParseDeclarationSpecifiers()
2997 if (DS.hasTypeSpecifier()) { in ParseDeclarationSpecifiers()
3031 if (!DS.hasTypeSpecifier()) in ParseDeclarationSpecifiers()
3040 if (DS.hasTypeSpecifier() || DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
3155 if (DS.hasTypeSpecifier() && DS.hasTagDefinition()) in ParseDeclarationSpecifiers()
3197 if (DS.hasTypeSpecifier()) in ParseDeclarationSpecifiers()
3829 if (DS.hasTypeSpecifier() || !getLangOpts().ObjC) in ParseDeclarationSpecifiers()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp446 if (hasTypeSpecifier()) in getParsedSpecifiers()
H A DSemaType.cpp52 D.getDeclSpec().hasTypeSpecifier()) in isOmittedBlockReturnType()
1324 } else if (!DS.hasTypeSpecifier()) { in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp8352 if (D.getDeclSpec().hasTypeSpecifier()) in CheckDestructorDeclarator()
8458 if (DS.hasTypeSpecifier() && !D.isInvalidType()) { in CheckConversionDeclarator()
8699 if (DS.hasTypeSpecifier() || DS.getTypeQualifiers() || in CheckDeductionGuideDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h609 bool hasTypeSpecifier() const { in hasTypeSpecifier() function