Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h758 bool isKeywordSelector() const { in isKeywordSelector() function
767 bool isKeywordSelector(ArrayRef<StringRef> Names) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp460 bool Selector::isKeywordSelector(ArrayRef<StringRef> Names) const { in isKeywordSelector() function in Selector
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp71 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameImpl()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1094 if (S.isKeywordSelector()) { in getStandardMethodSummary()
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3776 return Node.getSelector().isKeywordSelector(); in AST_MATCHER()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp395 if (Sel.isKeywordSelector() && Sel.getNumArgs() == 1 && in tryGenerateSpecializedMessageSend()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7481 MD->getSelector().isKeywordSelector( in checkFormatStringExpr()