Home
last modified time | relevance | path

Searched defs:getValueAsString (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttribute.cpp28 static StringRef getValueAsString(const Init *init) { in getValueAsString() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp287 static llvm::SmallString<64> getValueAsString(const llvm::APSInt &Value, in getValueAsString() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp304 StringRef Attribute::getValueAsString() const { in getValueAsString() function in Attribute
584 StringRef AttributeImpl::getValueAsString() const { in getValueAsString() function in AttributeImpl
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2607 StringRef Record::getValueAsString(StringRef FieldName) const { in getValueAsString() function in Record
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp935 std::string FixedPointLiteral::getValueAsString(unsigned Radix) const { in getValueAsString() function in FixedPointLiteral