Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h51 bool IsInstanceMethod() const { return m_type == eTypeInstanceMethod; } in IsInstanceMethod() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h424 IsInstanceMethod = 1 << 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1155 bool IsInstanceMethod, in generateUSRForObjCMethod()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp808 bool IsInstanceMethod = method.Kind == MethodKind::Instance; in convertContext() local
H A DAPINotesReader.cpp2010 bool IsInstanceMethod) in lookupObjCMethod()
H A DAPINotesWriter.cpp1377 bool IsInstanceMethod, in addObjCMethod()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9039 bool IsInstanceMethod, in AddObjCKeyValueCompletions()
9652 Scope *S, std::optional<bool> IsInstanceMethod, ParsedType ReturnTy) { in CodeCompleteObjCMethodDecl()
9830 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7362 bool IsInstanceMethod, in RewriteObjCMethodsMetaData()