Home
last modified time | relevance | path

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

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