Searched refs:IsInstanceMethod (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Comment.cpp | 136 IsInstanceMethod = false; in fill() 173 IsInstanceMethod = MD->isInstance(); in fill() 174 IsClassMethod = !IsInstanceMethod; in fill() 185 IsInstanceMethod = MD->isInstanceMethod(); in fill() 186 IsClassMethod = !IsInstanceMethod; in fill()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Index/ |
| D | USRGeneration.h | 41 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaCodeComplete.cpp | 6245 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument 6294 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 6308 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 6331 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions() 6383 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 6405 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 6428 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 6455 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions() 6489 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions() 6521 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions() [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/ |
| D | USRGeneration.cpp | 781 bool IsInstanceMethod, in generateUSRForObjCMethod() argument 783 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
|
| D | CommentToXML.cpp | 843 if (DI->IsInstanceMethod) in visitFullComment()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Comment.h | 1057 unsigned IsInstanceMethod : 1; member
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 522 bool IsInstanceMethod, 5852 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument 5890 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData() 5894 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
|
| D | RewriteModernObjC.cpp | 453 bool IsInstanceMethod, 7666 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument 7699 if (IsInstanceMethod) in RewriteObjCMethodsMetaData() 7711 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData() 7715 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 7780 bool IsInstanceMethod, 7783 bool IsInstanceMethod,
|