Home
last modified time | relevance | path

Searched refs:IsObjCMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp210 IsObjCMethod = false; in fill()
257 IsObjCMethod = true; in fill()
H A DCommentSema.cpp600 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h1067 unsigned IsObjCMethod : 1; member