Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.cpp109 static llvm::Expected<bool> getAsBool(StringRef Value, in getAsBool() function
127 return getAsBool(*ValueOr, NamePrefix + LocalName); in get()
146 return getAsBool(Iter->getValue().Value, Iter->getKey()); in getLocalOrGlobal()