Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp147 llvm::Type *getStorageType(const FieldDecl *FD) { in getStorageType() function
155 llvm::Type *getStorageType(const CXXRecordDecl *RD) { in getStorageType() function
324 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
330 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
384 getStorageType(*Field), *Field)); in accumulateFields()
514 getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
527 MemberInfo::Base, getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
697 getStorageType(BaseDecl), BaseDecl)); in accumulateVBases()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp116 static StringRef getStorageType(StringRef type) { in getStorageType() function
764 std::string StorageType = std::string(getStorageType(getType())); in writePCHReadDecls()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp103 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) { in getStorageType() function
7533 getStorageType(Info.Ctx, E->getOpaqueValue()), in VisitBinaryConditionalOperator()
7598 OVE, getStorageType(Info.Ctx, OVE), in VisitPseudoObjectExpr()
10840 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
15345 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()