Searched defs:IsInstanceMethod (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.h | 51 bool IsInstanceMethod() const { return m_type == eTypeInstanceMethod; } in IsInstanceMethod() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.h | 424 IsInstanceMethod = 1 << 0, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 1155 bool IsInstanceMethod, in generateUSRForObjCMethod()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 808 bool IsInstanceMethod = method.Kind == MethodKind::Instance; in convertContext() local
|
H A D | APINotesReader.cpp | 2010 bool IsInstanceMethod) in lookupObjCMethod()
|
H A D | APINotesWriter.cpp | 1377 bool IsInstanceMethod, in addObjCMethod()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 9039 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 D | RewriteModernObjC.cpp | 7362 bool IsInstanceMethod, in RewriteObjCMethodsMetaData()
|