Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDComment.cpp135 IsObjCMethod = false; in fill()
182 IsObjCMethod = true; in fill()
HDCommentSema.cpp594 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h1073 unsigned IsObjCMethod : 1; member