Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp114 static StringRef getStorageType(StringRef type) { in getStorageType() function
743 std::string StorageType = std::string(getStorageType(getType())); in writePCHReadDecls()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp103 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) { in getStorageType() function
7438 getStorageType(Info.Ctx, E->getOpaqueValue()), in VisitBinaryConditionalOperator()
7503 OVE, getStorageType(Info.Ctx, OVE), in VisitPseudoObjectExpr()
10520 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
14846 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()