Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h51 bool IsInstanceMethod() const { return m_type == eTypeInstanceMethod; } in IsInstanceMethod() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h404 IsInstanceMethod = 1 << 0, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1139 generateUSRForObjCMethod(StringRef Sel,bool IsInstanceMethod,raw_ostream & OS) generateUSRForObjCMethod() argument
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp418 addObjCMethod(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsInstanceMethod,bool IsFromSystemHeader) addObjCMethod() argument
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp804 bool IsInstanceMethod = method.Kind == MethodKind::Instance; convertContext() local
H A DAPINotesReader.cpp1919 lookupObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod) lookupObjCMethod() argument
H A DAPINotesWriter.cpp1310 addObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod,const ObjCMethodInfo & Info,VersionTuple SwiftVersion) addObjCMethod() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8946 AddObjCKeyValueCompletions(ObjCPropertyDecl * Property,bool IsInstanceMethod,QualType ReturnType,ASTContext & Context,VisitedSelectorSet & KnownSelectors,ResultBuilder & Results) AddObjCKeyValueCompletions() argument
9559 CodeCompleteObjCMethodDecl(Scope * S,std::optional<bool> IsInstanceMethod,ParsedType ReturnTy) CodeCompleteObjCMethodDecl() argument
9736 CodeCompleteObjCMethodDeclSelector(Scope * S,bool IsInstanceMethod,bool AtParameterName,ParsedType ReturnTy,ArrayRef<IdentifierInfo * > SelIdents) CodeCompleteObjCMethodDeclSelector() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5725 bool IsInstanceMethod, in RewriteObjCMethodsMetaData()
H A DRewriteModernObjC.cpp7364 RewriteObjCMethodsMetaData(MethodIterator MethodBegin,MethodIterator MethodEnd,bool IsInstanceMethod,StringRef prefix,StringRef ClassName,std::string & Result) RewriteObjCMethodsMetaData() argument