Searched refs:getStorageType (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 147 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/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 121 static StringRef getStorageType(StringRef type) { in getStorageType() function 780 std::string StorageType = std::string(getStorageType(getType())); in writePCHReadDecls()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 107 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) { in getStorageType() function 7845 getStorageType(Info.Ctx, E->getOpaqueValue()), in VisitBinaryConditionalOperator() 7911 OVE, getStorageType(Info.Ctx, OVE), in VisitPseudoObjectExpr() 11365 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr() 16100 getStorageType(Ctx, this), Result.Val, Kind); in EvaluateAsConstantExpr() 16134 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()
|