Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCommentSema.h216 bool isObjCPropertyDecl();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp591 if (isObjCPropertyDecl()) in checkReturnsCommand()
906 bool Sema::isObjCPropertyDecl() { in isObjCPropertyDecl() function in clang::comments::Sema