Home
last modified time | relevance | path

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

/external/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()
/external/clang/include/clang/Index/
DUSRGeneration.h43 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6170 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument
6219 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6233 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6256 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()
6308 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6330 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6353 if (IsInstanceMethod && in AddObjCKeyValueCompletions()
6380 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
6414 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
6446 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()
[all …]
/external/clang/lib/CodeGen/
DCodeGenTypes.h223 bool IsInstanceMethod,
DCGCall.cpp91 bool IsInstanceMethod, in arrangeLLVMFunctionInfo() argument
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix, in arrangeLLVMFunctionInfo()
477 bool IsInstanceMethod, in arrangeLLVMFunctionInfo() argument
491 CGFunctionInfo::Profile(ID, IsInstanceMethod, info, required, resultType, in arrangeLLVMFunctionInfo()
500 FI = CGFunctionInfo::create(CC, IsInstanceMethod, info, resultType, argTypes, in arrangeLLVMFunctionInfo()
528 bool IsInstanceMethod, in create() argument
539 FI->InstanceMethod = IsInstanceMethod; in create()
/external/clang/lib/Index/
DUSRGeneration.cpp785 bool IsInstanceMethod, in generateUSRForObjCMethod() argument
787 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
DCommentToXML.cpp857 if (DI->IsInstanceMethod) in visitFullComment()
/external/clang/include/clang/AST/
DComment.h1076 unsigned IsInstanceMethod : 1; member
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp531 bool IsInstanceMethod,
5789 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
5827 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
5831 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
DRewriteModernObjC.cpp454 bool IsInstanceMethod,
7551 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument
7584 if (IsInstanceMethod) in RewriteObjCMethodsMetaData()
7596 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()
7600 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
/external/clang/include/clang/Sema/
DSema.h8157 bool IsInstanceMethod,
8160 bool IsInstanceMethod,