Home
last modified time | relevance | path

Searched refs:IsClassMethod (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DComment.cpp137 IsClassMethod = false; in fill()
173 IsClassMethod = !IsInstanceMethod; in fill()
184 IsClassMethod = !IsInstanceMethod; in fill()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h1083 unsigned IsClassMethod : 1; member
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp853 if (DI->IsClassMethod) in visitFullComment()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2343 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
2348 else if (IsClassMethod) in LookupInObjCMethod()
2360 if (IsClassMethod) in LookupInObjCMethod()