Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp135 IsObjCMethod = false; in fill()
182 IsObjCMethod = true; in fill()
DCommentSema.cpp592 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/external/llvm-project/clang/lib/AST/
DComment.cpp210 IsObjCMethod = false; in fill()
257 IsObjCMethod = true; in fill()
DCommentSema.cpp600 if (ThisDeclInfo->IsObjCMethod) in checkReturnsCommand()
/external/clang/include/clang/AST/
DComment.h1073 unsigned IsObjCMethod : 1; member
/external/llvm-project/clang/include/clang/AST/
DComment.h1067 unsigned IsObjCMethod : 1; member