Searched refs:IsInstanceMethod (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/AST/ |
D | Comment.cpp | 136 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/ |
D | USRGeneration.h | 43 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6170 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/ |
D | CodeGenTypes.h | 223 bool IsInstanceMethod,
|
D | CGCall.cpp | 91 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/ |
D | USRGeneration.cpp | 785 bool IsInstanceMethod, in generateUSRForObjCMethod() argument 787 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel; in generateUSRForObjCMethod()
|
D | CommentToXML.cpp | 857 if (DI->IsInstanceMethod) in visitFullComment()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 1076 unsigned IsInstanceMethod : 1; member
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 531 bool IsInstanceMethod, 5789 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument 5827 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData() 5831 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
|
D | RewriteModernObjC.cpp | 454 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/ |
D | Sema.h | 8157 bool IsInstanceMethod, 8160 bool IsInstanceMethod,
|