Home
last modified time | relevance | path

Searched refs:getStorageType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp147 llvm::Type *getStorageType(const FieldDecl *FD) const { in getStorageType() function
155 llvm::Type *getStorageType(const CXXRecordDecl *RD) const { in getStorageType() function
327 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
333 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
397 ? getStorageType(Field->getType()->getAsCXXRecordDecl()) in accumulateFields()
398 : getStorageType(*Field), in accumulateFields()
725 getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
738 MemberInfo::Base, getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
916 getStorageType(BaseDecl), BaseDecl)); in accumulateVBases()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp140 mlir::Type getStorageType(const CXXRecordDecl *RD) { in getStorageType() function
155 mlir::Type getStorageType(const FieldDecl *fieldDecl) { in getStorageType() function
511 getStorageType(*field), *field)); in accumulateFields()
705 fieldType = getStorageType(field); in lowerUnion()
800 getStorageType(baseDecl), baseDecl)); in accumulateBases()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2542 mlir::Type storageType = info.getStorageType(); in matchAndRewrite()
2641 mlir::Type storageType = info.getStorageType(); in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp141 static StringRef getStorageType(StringRef type) { in getStorageType() function
795 std::string StorageType = getStorageType(getType()).str(); in writePCHReadDecls()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp111 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) { in getStorageType() function
8185 getStorageType(Info.Ctx, E->getOpaqueValue()), in VisitBinaryConditionalOperator()
8251 OVE, getStorageType(Info.Ctx, OVE), in VisitPseudoObjectExpr()
11897 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
17012 getStorageType(Ctx, this), Result.Val, Kind); in EvaluateAsConstantExpr()
17041 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()