/external/clang/tools/libclang/ |
D | CIndexCXX.cpp | 68 switch (PartialSpec->getTagKind()) { in clang_getTemplateCursorKind()
|
D | CIndexUSRs.cpp | 399 switch (D->getTagKind()) { in VisitTagDecl() 411 switch (D->getTagKind()) { in VisitTagDecl() 423 switch (D->getTagKind()) { in VisitTagDecl()
|
D | IndexingContext.cpp | 934 switch (TD->getTagKind()) { in getEntityInfo()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2621 return TypeWithKeyword::getTagTypeKindName(getTagKind()); in getKindName() 2624 TagKind getTagKind() const { in getTagKind() function 2630 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() 2631 bool isInterface() const { return getTagKind() == TTK_Interface; } in isInterface() 2632 bool isClass() const { return getTagKind() == TTK_Class; } in isClass() 2633 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() 2634 bool isEnum() const { return getTagKind() == TTK_Enum; } in isEnum()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1998 return (TagX->getTagKind() == TagY->getTagKind()) || in isSameEntity() 1999 ((TagX->getTagKind() == TTK_Struct || TagX->getTagKind() == TTK_Class || in isSameEntity() 2000 TagX->getTagKind() == TTK_Interface) && in isSameEntity() 2001 (TagY->getTagKind() == TTK_Struct || TagY->getTagKind() == TTK_Class || in isSameEntity() 2002 TagY->getTagKind() == TTK_Interface)); in isSameEntity()
|
D | ASTWriterDecl.cpp | 223 Record.push_back((unsigned)D->getTagKind()); // FIXME: stable encoding in VisitTagDecl()
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 409 (!isa<TagDecl>(D) || cast<TagDecl>(D)->getTagKind() == TTK_Class || in addedMember() 410 cast<TagDecl>(D)->getTagKind() == TTK_Interface)) in addedMember() 924 if (getTagKind() == TTK_Class || getTagKind() == TTK_Interface || in isCLike()
|
D | ASTImporter.cpp | 958 << D1->getDeclName() << (unsigned)D1->getTagKind(); in IsStructurallyEquivalent() 2557 D->getTagKind(), in VisitRecordDecl() 2563 D2 = RecordDecl::Create(Importer.getToContext(), D->getTagKind(), in VisitRecordDecl() 4023 DTemplated->getTagKind(), in VisitClassTemplateDecl() 4123 D->getTagKind(), DC, in VisitClassTemplateSpecializationDecl()
|
D | RecordLayoutBuilder.cpp | 2213 << getPaddingDiagFromTagKind(D->getParent()->getTagKind()) in CheckFieldPadding() 2220 << getPaddingDiagFromTagKind(D->getParent()->getTagKind()) in CheckFieldPadding()
|
D | MicrosoftMangle.cpp | 1427 switch (TD->getTagKind()) { in mangleType()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 361 switch (TD->getTagKind()) { in isTagName() 533 switch (Tag->getTagKind()) { in isTagTypeWithMissingTag() 3215 << Tag->getTagKind() in ParsedFreeStandingDeclSpec() 9954 TagTypeKind OldTag = Previous->getTagKind(); in isAcceptableTagRedeclaration() 9985 if (I->getTagKind() != NewTag) { in isAcceptableTagRedeclaration() 9990 << getRedeclDiagFromTagKind(I->getTagKind()); in isAcceptableTagRedeclaration() 10006 if (Redecl->getTagKind() == NewTag) { in isAcceptableTagRedeclaration() 10018 << getRedeclDiagFromTagKind(Redecl->getTagKind()) in isAcceptableTagRedeclaration() 10020 TypeWithKeyword::getTagTypeKindName(Redecl->getTagKind())); in isAcceptableTagRedeclaration() 10381 = (PrevTagDecl->getTagKind() != TTK_Enum && in ActOnTag() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 809 << D->getTemplatedDecl()->getTagKind() << Pattern->getDeclName() << DC in VisitClassTemplateDecl() 866 = CXXRecordDecl::Create(SemaRef.Context, Pattern->getTagKind(), DC, in VisitClassTemplateDecl() 1113 = CXXRecordDecl::Create(SemaRef.Context, D->getTagKind(), Owner, in VisitCXXRecordDecl() 2520 PartialSpec->getTagKind(), in InstantiateClassTemplatePartialSpecialization()
|
D | SemaCodeComplete.cpp | 1119 return RD->getTagKind() == TTK_Class || in IsClassOrStruct() 1120 RD->getTagKind() == TTK_Struct || in IsClassOrStruct() 1121 RD->getTagKind() == TTK_Interface; in IsClassOrStruct() 1133 return RD->getTagKind() == TTK_Union; in IsUnion() 1480 switch (Tag->getTagKind()) { in GetCompletionTypeString() 2975 switch (TD->getTagKind()) { in getCursorKindForDecl()
|
D | SemaTemplate.cpp | 1004 Kind = PrevRecordDecl->getTagKind(); in CheckClassTemplate() 2091 ClassTemplate->getTemplatedDecl()->getTagKind(), in CheckTemplateIdType() 5772 Kind = ClassTemplate->getTemplatedDecl()->getTagKind(); in ActOnClassTemplateSpecialization() 6821 Kind = ClassTemplate->getTemplatedDecl()->getTagKind(); in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 756 << getRecordDiagFromTagKind(RD->getTagKind()) << RD->getNumVBases(); in CheckConstexprFunctionDecl() 1308 Class->getTagKind() == TTK_Class, in CheckBaseSpecifier() 1358 Class->getTagKind() == TTK_Class, in CheckBaseSpecifier() 1463 << getRecordDiagFromTagKind(RD->getTagKind()) << RD->getName() in AttachBaseSpecifiers() 4174 << Record->getTagKind() << Record; in CheckCompletedCXXClass() 10975 << (unsigned) RD->getTagKind() in CheckFriendTypeDecl()
|
D | SemaType.cpp | 2117 switch (cast<TagDecl>(SemaRef.CurContext)->getTagKind()) { in GetDeclSpecTypeForDeclarator() 5134 << getLiteralDiagFromTagKind(RD->getTagKind()) << RD->getNumVBases(); in RequireLiteralType()
|
D | SemaTemplateInstantiate.cpp | 2020 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
|
D | SemaDeclAttr.cpp | 202 if (RD->getTagKind() != TTK_Struct) in isCFStringType()
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 656 const void *getTagKind() { return TagKind; } in getTagKind() function
|