Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h1067 unsigned IsObjCMethod : 1; member