Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp45 FmtContext::getSubstFor(FmtContext::PHKind placeholder) const { in getSubstFor() function in FmtContext
55 Optional<StringRef> FmtContext::getSubstFor(StringRef placeholder) const { in getSubstFor() function in FmtContext
155 subst = context->getSubstFor(repl.spec.substr(1)); in format()
157 subst = context->getSubstFor(repl.placeholder); in format()
/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h61 Optional<StringRef> getSubstFor(PHKind placeholder) const;
62 Optional<StringRef> getSubstFor(StringRef placeholder) const;