Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp150 IsClassMethod = false; in fill()
186 IsClassMethod = !IsInstanceMethod; in fill()
198 IsClassMethod = !IsInstanceMethod; in fill()
/external/clang/include/clang/AST/
DComment.h1023 unsigned IsClassMethod : 1; member
/external/clang/tools/libclang/
DCXComment.cpp1053 if (DI->IsClassMethod) in visitFullComment()
/external/clang/lib/Sema/
DSemaExpr.cpp1917 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
1922 else if (IsClassMethod) in LookupInObjCMethod()
1934 if (IsClassMethod) in LookupInObjCMethod()