Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp135 llvm::Type *getStorageType(const FieldDecl *FD) { in getStorageType() function
143 llvm::Type *getStorageType(const CXXRecordDecl *RD) { in getStorageType() function
300 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
306 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
360 getStorageType(*Field), *Field)); in accumulateFields()
484 getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
497 MemberInfo::Base, getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
550 getStorageType(BaseDecl), BaseDecl)); in accumulateVBases()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp112 static StringRef getStorageType(StringRef type) { in getStorageType() function
716 std::string StorageType = getStorageType(getType()); in writePCHReadDecls()