Home
last modified time | relevance | path

Searched defs:typeStr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DDialectSymbolParser.cpp350 Type mlir::parseType(StringRef typeStr, MLIRContext *context) { in parseType()
355 Type mlir::parseType(StringRef typeStr, MLIRContext *context, size_t &numRead) { in parseType()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-case.cpp108 std::string typeStr{type ? type->AsFortran() : "typeless"s}; in GetValue() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1140 std::string typeStr; in PushProperty() local