Home
last modified time | relevance | path

Searched refs:isStruct (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h401 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 DDecl.h3639 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h111 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp109 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
H A DCGExprCXX.cpp1210 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
H A DCGDebugInfo.cpp1089 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
1321 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp540 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp462 REGISTER_MATCHER(isStruct); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp569 return RT->getDecl()->isStruct(); in isStructureType()
588 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType()
648 if (RT->getDecl()->isStruct()) in getAsStructureType()
654 if (!RT->getDecl()->isStruct()) in getAsStructureType()
H A DDeclCXX.cpp1984 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
H A DExprConstant.cpp2391 if (Value.isStruct()) { in CheckEvaluationResult()
9929 if (!DerivedObject.isStruct()) in VisitCastExpr()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5840 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
5841 return Node.isStruct(); in AST_MATCHER()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1337 if (I.isStruct()) in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp2321 if (GTI.isStruct()) in visitGetElementPtrInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3451 if (It.isStruct()) in canReplaceOperandWithVariable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1355 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl()
1360 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl()
4213 else if (record_decl->isStruct()) in GetTypeClass()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2504 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3644 if (RD->isStruct()) in RewriteObjCFieldDeclType()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4968 if (GTI.isStruct()) { in parseFunctionBody()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp9676 if ((Parent->isClass() || Parent->isStruct()) && in ActOnFunctionDeclarator()