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.h1028 bool isKeywordSelector() const { return InfoPtr.getInt() != ZeroArg; } in isKeywordSelector() function
1033 bool isKeywordSelector(ArrayRef<StringRef> Names) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp518 bool Selector::isKeywordSelector(ArrayRef<StringRef> Names) const { in isKeywordSelector() function in Selector
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp71 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameImpl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1098 if (S.isKeywordSelector()) { in getStandardMethodSummary()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3878 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.cpp10720 MD->getSelector().isKeywordSelector( in checkFormatStringExpr()