Searched defs:getStorageType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/TableGen/ | ||
H A D | Property.h | 46 StringRef getStorageType() const { return storageType; } getStorageType() function |
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Attribute.cpp | 58 StringRef Attribute::getStorageType() const { in getStorageType() function in Attribute |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGRecordLayoutBuilder.cpp | 146 llvm::Type *getStorageType(const FieldDecl *FD) const { getStorageType() function |
/llvm-project/mlir/lib/Dialect/Quant/IR/ | ||
H A D | QuantTypes.cpp | 63 Type QuantizedType::getStorageType() const { getStorageType() function in QuantizedType |
/llvm-project/clang/utils/TableGen/ | ||
H A D | ClangAttrEmitter.cpp | 121 static StringRef getStorageType(StringRef type) { getStorageType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 107 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) { getStorageType() function |