Home
last modified time | relevance | path

Searched refs:isObjCPropertyDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentSema.h211 bool isObjCPropertyDecl();
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentSema.cpp562 if (isObjCPropertyDecl()) in checkReturnsCommand()
840 bool Sema::isObjCPropertyDecl() { in isObjCPropertyDecl() function in clang::comments::Sema