Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDComment.cpp210 IsObjCMethod = false; in fill()
257 IsObjCMethod = true; in fill()
HDCommentSema.cpp597 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h1069 unsigned IsObjCMethod : 1; member