Searched refs:IsInstanceMethod (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Comment.cpp | 206 IsInstanceMethod = false; in fill() 244 IsInstanceMethod = MD->isInstance(); in fill() 245 IsClassMethod = !IsInstanceMethod; in fill() 257 IsInstanceMethod = MD->isInstanceMethod(); in fill() 258 IsClassMethod = !IsInstanceMethod; in fill()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Index/ |
| H A D | USRGeneration.h | 50 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 160 FunctionSignature Signature, bool IsInstanceMethod, in addObjCMethod() argument 163 if (IsInstanceMethod) in addObjCMethod()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 8838 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument 8886 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 8900 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 8922 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions() 8973 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 8995 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 9017 if (IsInstanceMethod && in AddObjCKeyValueCompletions() 9044 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions() 9076 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions() 9106 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 1105 bool IsInstanceMethod, in generateUSRForObjCMethod() argument 1107 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
|
| H A D | CommentToXML.cpp | 846 if (DI->IsInstanceMethod) in visitFullComment()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Comment.h | 1053 unsigned IsInstanceMethod : 1; member
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 708 bool IsInstanceMethod, bool IsFromSystemHeader);
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 522 bool IsInstanceMethod, 5725 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument 5763 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData() 5767 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
|
| H A D | RewriteModernObjC.cpp | 444 bool IsInstanceMethod, 7365 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument 7398 if (IsInstanceMethod) in RewriteObjCMethodsMetaData() 7410 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData() 7414 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 13366 std::optional<bool> IsInstanceMethod, 13369 bool IsInstanceMethod,
|