Home
last modified time | relevance | path

Searched defs:isUnarySelector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp530 bool Selector::isUnarySelector(StringRef Name) const { in isUnarySelector() function in Selector
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1056 bool isUnarySelector() const { return InfoPtr.getInt() == ZeroArg; } in isUnarySelector() function