Home
last modified time | relevance | path

Searched defs:IsInstanceMethod (Results 1 – 9 of 9) 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.h435 IsInstanceMethod = 1 << 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1153 bool IsInstanceMethod, in generateUSRForObjCMethod()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2169 bool IsInstanceMethod) in lookupObjCMethod()
H A DAPINotesYAMLCompiler.cpp881 bool IsInstanceMethod = method.Kind == MethodKind::Instance; in convertContext() local
H A DAPINotesWriter.cpp1481 bool IsInstanceMethod, in addObjCMethod()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9187 bool IsInstanceMethod, in AddObjCKeyValueCompletions()
9800 Scope *S, std::optional<bool> IsInstanceMethod, ParsedType ReturnTy) { in CodeCompleteObjCMethodDecl()
9978 Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5704 bool IsInstanceMethod, in RewriteObjCMethodsMetaData()
H A DRewriteModernObjC.cpp7328 bool IsInstanceMethod, in RewriteObjCMethodsMetaData()