Searched refs:IsInstanceMethod (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Index/
H A DUSRGeneration.h43 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
/external/clang/lib/AST/
H A DComment.cpp136 IsInstanceMethod = false;
173 IsInstanceMethod = MD->isInstance();
174 IsClassMethod = !IsInstanceMethod;
185 IsInstanceMethod = MD->isInstanceMethod();
186 IsClassMethod = !IsInstanceMethod;
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h223 bool IsInstanceMethod,
H A DCGCall.cpp91 bool IsInstanceMethod,
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix,
477 bool IsInstanceMethod,
491 CGFunctionInfo::Profile(ID, IsInstanceMethod, info, required, resultType,
500 FI = CGFunctionInfo::create(CC, IsInstanceMethod, info, resultType, argTypes,
528 bool IsInstanceMethod,
539 FI->InstanceMethod = IsInstanceMethod;
90 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool IsInstanceMethod, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP, FunctionType::ExtInfo extInfo) argument
476 arrangeLLVMFunctionInfo(CanQualType resultType, bool IsInstanceMethod, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs required) argument
527 create(unsigned llvmCC, bool IsInstanceMethod, const FunctionType::ExtInfo &info, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6170 bool IsInstanceMethod,
6219 if (IsInstanceMethod &&
6233 if (IsInstanceMethod &&
6256 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
6308 if (IsInstanceMethod &&
6330 if (IsInstanceMethod &&
6353 if (IsInstanceMethod &&
6380 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6414 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
6446 if (IsInstanceMethod
6169 AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, bool IsInstanceMethod, QualType ReturnType, ASTContext &Context, VisitedSelectorSet &KnownSelectors, ResultBuilder &Results) argument
6794 CodeCompleteObjCMethodDecl(Scope *S, bool IsInstanceMethod, ParsedType ReturnTy) argument
6955 CodeCompleteObjCMethodDeclSelector(Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, ArrayRef<IdentifierInfo *> SelIdents) argument
[all...]
/external/clang/lib/Index/
H A DUSRGeneration.cpp785 bool IsInstanceMethod,
787 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel;
784 generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod, raw_ostream &OS) argument
/external/clang/include/clang/AST/
H A DComment.h1076 unsigned IsInstanceMethod : 1; member in struct:clang::comments::ParamCommandComment::DeclInfo
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp454 bool IsInstanceMethod,
7551 bool IsInstanceMethod,
7584 if (IsInstanceMethod)
7596 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
7600 Result += IsInstanceMethod ? "inst" : "cls";
7549 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
H A DRewriteObjC.cpp531 bool IsInstanceMethod,
5789 bool IsInstanceMethod,
5827 Result += IsInstanceMethod ? "INSTANCE" : "CLASS";
5831 Result += IsInstanceMethod ? "inst" : "cls";
5787 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
/external/clang/include/clang/Sema/
H A DSema.h8157 bool IsInstanceMethod,
8160 bool IsInstanceMethod,

Completed in 1449 milliseconds