Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp206 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 DUSRGeneration.h50 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp160 FunctionSignature Signature, bool IsInstanceMethod, in addObjCMethod() argument
163 if (IsInstanceMethod) in addObjCMethod()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp8838 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 DUSRGeneration.cpp1105 bool IsInstanceMethod, in generateUSRForObjCMethod() argument
1107 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
H A DCommentToXML.cpp846 if (DI->IsInstanceMethod) in visitFullComment()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h1053 unsigned IsInstanceMethod : 1; member
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h708 bool IsInstanceMethod, bool IsFromSystemHeader);
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp522 bool IsInstanceMethod,
5725 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
5763 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
5767 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
H A DRewriteModernObjC.cpp444 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 DSema.h13366 std::optional<bool> IsInstanceMethod,
13369 bool IsInstanceMethod,