Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h51 bool IsInstanceMethod() const { return m_type == eTypeInstanceMethod; } in IsInstanceMethod() function
/llvm-project/clang/lib/CodeGen/
H A DCGCall.h424 IsInstanceMethod = 1 << 0, global() enumerator
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1155 generateUSRForObjCMethod(StringRef Sel,bool IsInstanceMethod,raw_ostream & OS) generateUSRForObjCMethod() argument
/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp1905 lookupObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod) lookupObjCMethod() argument
H A DAPINotesYAMLCompiler.cpp806 bool IsInstanceMethod = method.Kind == MethodKind::Instance; convertContext() local
H A DAPINotesWriter.cpp1316 addObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod,const ObjCMethodInfo & Info,VersionTuple SwiftVersion) addObjCMethod() argument
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9039 AddObjCKeyValueCompletions(ObjCPropertyDecl * Property,bool IsInstanceMethod,QualType ReturnType,ASTContext & Context,VisitedSelectorSet & KnownSelectors,ResultBuilder & Results) AddObjCKeyValueCompletions() argument
9652 CodeCompleteObjCMethodDecl(Scope * S,std::optional<bool> IsInstanceMethod,ParsedType ReturnTy) CodeCompleteObjCMethodDecl() argument
9830 CodeCompleteObjCMethodDeclSelector(Scope * S,bool IsInstanceMethod,bool AtParameterName,ParsedType ReturnTy,ArrayRef<const IdentifierInfo * > SelIdents) CodeCompleteObjCMethodDeclSelector() argument
[all...]
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5725 RewriteObjCMethodsMetaData(MethodIterator MethodBegin,MethodIterator MethodEnd,bool IsInstanceMethod,StringRef prefix,StringRef ClassName,std::string & Result) RewriteObjCMethodsMetaData() argument
H A DRewriteModernObjC.cpp7362 RewriteObjCMethodsMetaData(MethodIterator MethodBegin,MethodIterator MethodEnd,bool IsInstanceMethod,StringRef prefix,StringRef ClassName,std::string & Result) RewriteObjCMethodsMetaData() argument