Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1054 bool isKeywordSelector() const { return InfoPtr.getInt() != ZeroArg; } in isKeywordSelector() function
1059 bool isKeywordSelector(ArrayRef<StringRef> Names) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp519 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/include/clang/ASTMatchers/
H A DASTMatchers.h3879 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.cpp5921 MD->getSelector().isKeywordSelector( in checkFormatStringExpr()