Home
last modified time | relevance | path

Searched refs:IsInstanceMethod (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DComment.cpp135 IsInstanceMethod = false; in fill()
172 IsInstanceMethod = MD->isInstance(); in fill()
173 IsClassMethod = !IsInstanceMethod; in fill()
184 IsInstanceMethod = MD->isInstanceMethod(); in fill()
185 IsClassMethod = !IsInstanceMethod; in fill()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6235 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
6284 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6298 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6321 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
6373 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6395 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6418 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6445 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
6479 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
6511 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
[all …]
/external/clang/include/clang/AST/
DComment.h1043 unsigned IsInstanceMethod : 1; member
/external/clang/tools/libclang/
DCXComment.cpp1166 if (DI->IsInstanceMethod) in visitFullComment()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp522 bool IsInstanceMethod,
5852 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
5890 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
5894 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
DRewriteModernObjC.cpp440 bool IsInstanceMethod,
7648 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
7681 if (IsInstanceMethod) in RewriteObjCMethodsMetaData()
7693 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
7697 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
/external/clang/include/clang/Sema/
DSema.h7245 bool IsInstanceMethod,
7248 bool IsInstanceMethod,