Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DFormat.cpp52 FmtContext::getSubstFor(FmtContext::PHKind placeholder) const { in getSubstFor() function in FmtContext
62 Optional<StringRef> FmtContext::getSubstFor(StringRef placeholder) const { in getSubstFor() function in FmtContext
171 subst = context->getSubstFor(repl.spec.substr(1)); in format()
173 subst = context->getSubstFor(repl.placeholder); in format()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DFormat.h64 Optional<StringRef> getSubstFor(PHKind placeholder) const;
65 Optional<StringRef> getSubstFor(StringRef placeholder) const;