Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DComment.cpp136 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/
DUSRGeneration.h41 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCodeComplete.cpp6245 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/
DUSRGeneration.cpp781 bool IsInstanceMethod, in generateUSRForObjCMethod() argument
783 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
DCommentToXML.cpp843 if (DI->IsInstanceMethod) in visitFullComment()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h1057 unsigned IsInstanceMethod : 1; member
/freebsd-9-stable/contrib/llvm/tools/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.cpp453 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/
DSema.h7780 bool IsInstanceMethod,
7783 bool IsInstanceMethod,