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()
173 IsClassMethod = !IsInstanceMethod; in fill()
184 IsClassMethod = !IsInstanceMethod; in fill()
/external/clang/include/clang/AST/
DComment.h1083 unsigned IsClassMethod : 1; member
/external/clang/lib/Index/
DCommentToXML.cpp852 if (DI->IsClassMethod) in visitFullComment()
/external/clang/lib/Sema/
DSemaExpr.cpp2384 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
2389 else if (IsClassMethod) in LookupInObjCMethod()
2401 if (IsClassMethod) in LookupInObjCMethod()