Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp427 bool DeclSpec::hasTagDefinition() const { in hasTagDefinition() function in DeclSpec
HDSemaType.cpp4882 if (LangOpts.CPlusPlus && D.getDeclSpec().hasTagDefinition()) { in GetFullTypeForDeclarator()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h534 bool hasTagDefinition() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp1823 if (DS.hasTagDefinition() && in ParseSimpleDeclaration()
2893 assert(DS.hasTagDefinition() && "shouldn't call this"); in DiagnoseMissingSemiAfterTagDefinition()
3288 if (DS.hasTypeSpecifier() && DS.hasTagDefinition()) in ParseDeclarationSpecifiers()
HDParser.cpp1010 if (DS.hasTagDefinition() && DiagnoseMissingSemiAfterTagDefinition( in ParseDeclOrFunctionDefInternal()
HDParseDeclCXX.cpp2618 if (DS.hasTagDefinition() && in ParseCXXClassMemberDeclaration()