Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp136 IsClassMethod = false; in fill()
173 IsClassMethod = !IsInstanceMethod; in fill()
185 IsClassMethod = !IsInstanceMethod; in fill()
/external/clang/include/clang/AST/
DComment.h1048 unsigned IsClassMethod : 1; member
/external/clang/tools/libclang/
DCXComment.cpp1168 if (DI->IsClassMethod) in visitFullComment()
/external/clang/lib/Sema/
DSemaExpr.cpp1997 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
2002 else if (IsClassMethod) in LookupInObjCMethod()
2014 if (IsClassMethod) in LookupInObjCMethod()