Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp196 IsObjCMethod = false; in fill()
243 IsObjCMethod = true; in fill()
H A DCommentSema.cpp596 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h1068 unsigned IsObjCMethod : 1; member