| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/ |
| H A D | CloexecAccept4Check.cpp | 22 hasType(pointsTo(recordDecl(isStruct(), hasName("sockaddr")))); in registerMatchers()
|
| H A D | CloexecAcceptCheck.cpp | 21 hasType(pointsTo(recordDecl(isStruct(), hasName("sockaddr")))); in registerMatchers()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | APValue.h | 401 bool isStruct() const { return Kind == Struct; } 531 assert(isStruct() && "Invalid accessor"); 535 assert(isStruct() && "Invalid accessor"); 539 assert(isStruct() && "Invalid accessor"); 544 assert(isStruct() && "Invalid accessor");
|
| H A D | Decl.h | 3569 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | NonPrivateMemberVariablesInClassesCheck.cpp | 78 Finder->addMatcher(cxxRecordDecl(anyOf(isStruct(), isClass()), hasMethods(), in registerMatchers()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Class.h | 578 Class(NameT &&name, bool isStruct = false) 579 : className(stringify(std::forward<NameT>(name))), isStruct(isStruct) {} in className() 750 bool isStruct; variable
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Class.cpp | 279 os << (isStruct ? "struct" : "class") << ' ' << className << ' '; in writeDeclTo() 343 ? (isStruct ? Visibility::Public : Visibility::Private) in getLastVisibilityDecl()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 111 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | StructPackAlignCheck.cpp | 22 Finder->addMatcher(recordDecl(isStruct(), isDefinition(), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.cpp | 643 if (CRD->isStruct() && in getClassPrefix() 1124 if (Decl->isStruct() && NamingStyles[SK_Struct]) in findStyleKind() 1127 if (Decl->isStruct() && NamingStyles[SK_Class]) in findStyleKind()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 109 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
|
| H A D | CGExprCXX.cpp | 1207 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
|
| H A D | CGDebugInfo.cpp | 1076 if (RD->isStruct() || RD->isInterface()) in getTagForRecord() 1408 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 540 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 461 REGISTER_MATCHER(isStruct); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 565 return RT->getDecl()->isStruct(); in isStructureType() 584 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType() 644 if (RT->getDecl()->isStruct()) in getAsStructureType() 650 if (!RT->getDecl()->isStruct()) in getAsStructureType()
|
| H A D | DeclCXX.cpp | 1955 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5843 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument 5844 return Node.isStruct(); in AST_MATCHER()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Hover.cpp | 428 Constant.Val.isStruct() || Constant.Val.isUnion()) in printExprValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1273 if (I.isStruct()) in SimplifyDemandedVectorElts()
|
| H A D | InstructionCombining.cpp | 2306 if (GTI.isStruct()) in visitGetElementPtrInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3335 if (It.isStruct()) in canReplaceOperandWithVariable()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1353 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1358 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 4164 else if (record_decl->isStruct()) in GetTypeClass()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 3897 EXPECT_TRUE(matches("struct S {};", tagDecl(isStruct()))); in TEST_P()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 2505 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
|