Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DComment.cpp136 IsInstanceMethod = false; in fill()
172 IsInstanceMethod = MD->isInstance(); in fill()
173 IsClassMethod = !IsInstanceMethod; in fill()
183 IsInstanceMethod = MD->isInstanceMethod(); in fill()
184 IsClassMethod = !IsInstanceMethod; in fill()
/minix3/external/bsd/llvm/dist/clang/include/clang/Index/
H A DUSRGeneration.h43 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp6174 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
6223 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6237 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6261 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
6313 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6336 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6359 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6386 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
6420 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
6452 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp826 bool IsInstanceMethod, in generateUSRForObjCMethod() argument
828 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
H A DCommentToXML.cpp851 if (DI->IsInstanceMethod) in visitFullComment()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h1078 unsigned IsInstanceMethod : 1; member
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp522 bool IsInstanceMethod,
5771 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
5809 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
5813 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
H A DRewriteModernObjC.cpp445 bool IsInstanceMethod,
7533 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
7566 if (IsInstanceMethod) in RewriteObjCMethodsMetaData()
7578 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
7582 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8463 bool IsInstanceMethod,
8466 bool IsInstanceMethod,