Home
last modified time | relevance | path

Searched refs:hasTagDefinition (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp442 bool DeclSpec::hasTagDefinition() const { in hasTagDefinition() function in DeclSpec
DSemaType.cpp5187 if (LangOpts.CPlusPlus && D.getDeclSpec().hasTagDefinition()) { in GetFullTypeForDeclarator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h531 bool hasTagDefinition() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDecl.cpp1783 if (DS.hasTagDefinition() && in ParseSimpleDeclaration()
2900 assert(DS.hasTagDefinition() && "shouldn't call this"); in DiagnoseMissingSemiAfterTagDefinition()
3311 if (DS.hasTypeSpecifier() && DS.hasTagDefinition()) in ParseDeclarationSpecifiers()
DParser.cpp1050 if (DS.hasTagDefinition() && DiagnoseMissingSemiAfterTagDefinition( in ParseDeclOrFunctionDefInternal()
DParseDeclCXX.cpp2724 if (DS.hasTagDefinition() && in ParseCXXClassMemberDeclaration()