Searched refs:getStorageType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 147 llvm::Type *getStorageType(const FieldDecl *FD) { in getStorageType() function 155 llvm::Type *getStorageType(const CXXRecordDecl *RD) { in getStorageType() function 325 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() 331 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() 393 ? getStorageType(Field->getType()->getAsCXXRecordDecl()) in accumulateFields() 394 : getStorageType(*Field), in accumulateFields() 525 getStorageType(BaseDecl), BaseDecl)); in accumulateBases() 538 MemberInfo::Base, getStorageType(BaseDecl), BaseDecl)); in accumulateBases() 709 getStorageType(BaseDecl), BaseDecl)); in accumulateVBases()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 121 static StringRef getStorageType(StringRef type) { in getStorageType() function 779 std::string StorageType = std::string(getStorageType(getType())); in writePCHReadDecls()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 106 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) { in getStorageType() function 7782 getStorageType(Info.Ctx, E->getOpaqueValue()), in VisitBinaryConditionalOperator() 7848 OVE, getStorageType(Info.Ctx, OVE), in VisitPseudoObjectExpr() 11115 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr() 15685 getStorageType(Ctx, this), Result.Val, Kind); in EvaluateAsConstantExpr() 15719 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()
|