Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1062 bool isKeywordSelector() const { return InfoPtr.getInt() != ZeroArg; } in isKeywordSelector() function
1067 bool isKeywordSelector(ArrayRef<StringRef> Names) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp549 bool Selector::isKeywordSelector(ArrayRef<StringRef> Names) const { in isKeywordSelector() function in Selector
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1097 if (S.isKeywordSelector()) { in getStandardMethodSummary()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp72 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameInfoImpl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3972 return Node.getSelector().isKeywordSelector(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp397 if (Sel.isKeywordSelector() && Sel.getNumArgs() == 1 && in tryGenerateSpecializedMessageSend()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6511 MD->getSelector().isKeywordSelector( in checkFormatStringExpr()