Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp137 IsClassMethod = false; in fill()
174 IsClassMethod = !IsInstanceMethod; in fill()
186 IsClassMethod = !IsInstanceMethod; in fill()
/external/clang/include/clang/AST/
DComment.h1081 unsigned IsClassMethod : 1; member
/external/clang/lib/Index/
DCommentToXML.cpp859 if (DI->IsClassMethod) in visitFullComment()
/external/clang/lib/Sema/
DSemaExpr.cpp2307 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
2312 else if (IsClassMethod) in LookupInObjCMethod()
2324 if (IsClassMethod) in LookupInObjCMethod()