Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp205 IsObjCMethod = false; in fill()
256 IsObjCMethod = true; in fill()
H A DCommentSema.cpp572 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h1048 unsigned IsObjCMethod : 1; member