| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexCXX.cpp | 65 switch (PartialSpec->getTagKind()) { in clang_getTemplateCursorKind()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | NoUncountedMembersChecker.cpp | 105 const auto Kind = RD->getTagKind(); in shouldSkipDecl()
|
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 116 const auto Kind = RD->getTagKind(); in shouldSkipDecl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CxxModuleHandler.cpp | 278 new_class_template->getTemplatedDecl()->getTagKind(), in tryInstantiateStdTemplate()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 515 switch (D->getTagKind()) { in VisitTagDecl() 527 switch (D->getTagKind()) { in VisitTagDecl() 539 switch (D->getTagKind()) { in VisitTagDecl()
|
| H A D | IndexSymbol.cpp | 108 switch (TD->getTagKind()) { in getSymbolInfo()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 3630 return TypeWithKeyword::getTagTypeKindName(getTagKind()); in getKindName() 3633 TagKind getTagKind() const { in getTagKind() function 3639 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() 3640 bool isInterface() const { return getTagKind() == TTK_Interface; } in isInterface() 3641 bool isClass() const { return getTagKind() == TTK_Class; } in isClass() 3642 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() 3643 bool isEnum() const { return getTagKind() == TTK_Enum; } in isEnum()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 779 return T->getTagKind() == &Kind; in classof()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 698 (!isa<TagDecl>(D) || cast<TagDecl>(D)->getTagKind() == TTK_Class || in addedMember() 699 cast<TagDecl>(D)->getTagKind() == TTK_Interface)) in addedMember() 1512 if (getTagKind() == TTK_Class || getTagKind() == TTK_Interface || in isCLike()
|
| H A D | RecordLayoutBuilder.cpp | 2295 << getPaddingDiagFromTagKind(D->getParent()->getTagKind()) in CheckFieldPadding() 2302 << getPaddingDiagFromTagKind(D->getParent()->getTagKind()) in CheckFieldPadding()
|
| H A D | ASTContext.cpp | 6547 return (TagX->getTagKind() == TagY->getTagKind()) || in isSameEntity() 6548 ((TagX->getTagKind() == TTK_Struct || in isSameEntity() 6549 TagX->getTagKind() == TTK_Class || in isSameEntity() 6550 TagX->getTagKind() == TTK_Interface) && in isSameEntity() 6551 (TagY->getTagKind() == TTK_Struct || in isSameEntity() 6552 TagY->getTagKind() == TTK_Class || in isSameEntity() 6553 TagY->getTagKind() == TTK_Interface)); in isSameEntity()
|
| H A D | ASTImporter.cpp | 2921 D2CXX, D, Importer.getToContext(), D->getTagKind(), DC, in VisitRecordDecl() 2929 D->getTagKind(), DC, *BeginLocOrErr, Loc, in VisitRecordDecl() 3000 D->getTagKind(), DC, *BeginLocOrErr, Loc, in VisitRecordDecl() 5918 D2, D, Importer.getToContext(), D->getTagKind(), DC, *BeginLocOrErr, in VisitClassTemplateSpecializationDecl() 5936 D2, D, Importer.getToContext(), D->getTagKind(), DC, in VisitClassTemplateSpecializationDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 1476 << D1->getDeclName() << (unsigned)D1->getTagKind(); in IsStructurallyEquivalent()
|
| H A D | MicrosoftMangle.cpp | 2857 mangleTagTypeKind(TD->getTagKind()); in mangleType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 45 const void *getTagKind() const { return TagKind; } in getTagKind() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 678 switch (TD->getTagKind()) { in isTagName() 858 switch (Tag->getTagKind()) { in isTagTypeWithMissingTag() 5228 << Tag->getTagKind() in ParsedFreeStandingDeclSpec() 7560 << Name << RD->getDeclName() << RD->getTagKind(); in ActOnVariableDeclarator() 7567 << Name << AnonStruct->getTagKind(); in ActOnVariableDeclarator() 16436 TagTypeKind OldTag = Previous->getTagKind(); in isAcceptableTagRedeclaration() 16465 OldTag = Previous->getTagKind(); in isAcceptableTagRedeclaration() 16494 if (I->getTagKind() != NewTag) { in isAcceptableTagRedeclaration() 16503 << getRedeclDiagFromTagKind(I->getTagKind()); in isAcceptableTagRedeclaration() 16521 if (Redecl->getTagKind() != NewTag) { in isAcceptableTagRedeclaration() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1636 << D->getTemplatedDecl()->getTagKind() << Pattern->getDeclName() << DC in VisitClassTemplateDecl() 1663 SemaRef.Context, Pattern->getTagKind(), DC, Pattern->getBeginLoc(), in VisitClassTemplateDecl() 1905 Record = CXXRecordDecl::Create(SemaRef.Context, D->getTagKind(), Owner, in VisitCXXRecordDecl() 3810 SemaRef.Context, D->getTagKind(), Owner, D->getBeginLoc(), in VisitClassTemplateSpecializationDecl() 4218 SemaRef.Context, PartialSpec->getTagKind(), Owner, in InstantiateClassTemplatePartialSpecialization()
|
| H A D | SemaCodeComplete.cpp | 1521 return RD->getTagKind() == TTK_Class || RD->getTagKind() == TTK_Struct || in IsClassOrStruct() 1522 RD->getTagKind() == TTK_Interface; in IsClassOrStruct() 1534 return RD->getTagKind() == TTK_Union; in IsUnion() 1960 switch (Tag->getTagKind()) { in GetCompletionTypeString() 4093 switch (TD->getTagKind()) { in getCursorKindForDecl()
|
| H A D | SemaTemplate.cpp | 2001 Kind = PrevRecordDecl->getTagKind(); in CheckClassTemplate() 3982 Context, ClassTemplate->getTemplatedDecl()->getTagKind(), in CheckTemplateIdType() 8649 Kind = ClassTemplate->getTemplatedDecl()->getTagKind(); in ActOnClassTemplateSpecialization() 9906 Kind = ClassTemplate->getTemplatedDecl()->getTagKind(); in ActOnExplicitInstantiation()
|
| H A D | SemaDeclCXX.cpp | 1787 << getRecordDiagFromTagKind(RD->getTagKind()) << RD->getNumVBases(); in CheckConstexprFunctionDefinition() 2539 if (getLangOpts().HLSL && Class->getTagKind() == TTK_Class && in CheckBaseSpecifier() 2593 Class->getTagKind() == TTK_Class, in CheckBaseSpecifier() 2680 Class->getTagKind() == TTK_Class, in CheckBaseSpecifier() 2816 << getRecordDiagFromTagKind(RD->getTagKind()) << RD in AttachBaseSpecifiers() 6812 << Record->getTagKind() << Record; in CheckCompletedCXXClass() 16889 << (unsigned) RD->getTagKind() in CheckFriendTypeDecl()
|
| H A D | SemaType.cpp | 3577 switch (cast<TagDecl>(SemaRef.CurContext)->getTagKind()) { in GetDeclSpecTypeForDeclarator() 4322 if (RD->getTagKind() == TTK_Struct) { in isCFError() 9144 << getLiteralDiagFromTagKind(RD->getTagKind()) << RD->getNumVBases(); in RequireLiteralType()
|
| H A D | SemaTemplateInstantiate.cpp | 3126 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
|
| H A D | SemaDeclAttr.cpp | 191 if (RD->getTagKind() != TTK_Struct) in isCFStringType()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 417 Record.push_back((unsigned)D->getTagKind()); // FIXME: stable encoding in VisitTagDecl()
|
| H A D | ASTWriter.cpp | 5249 Record.push_back(RD->getTagKind()); in WriteDeclUpdatesBlocks()
|