Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DComment.cpp135 IsObjCMethod = false; in fill()
182 IsObjCMethod = true; in fill()
H A DCommentSema.cpp594 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h1073 unsigned IsObjCMethod : 1; member