Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h105 std::string getModifiersDescription() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1628 std::string Check::FileCheckType::getModifiersDescription() const { in getModifiersDescription() function in Check::FileCheckType
1643 return (Prefix + Str + getModifiersDescription()).str(); in getDescription()