Home
last modified time | relevance | path

Searched refs:IsClassMethod (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp207 IsClassMethod = false; in fill()
245 IsClassMethod = !IsInstanceMethod; in fill()
258 IsClassMethod = !IsInstanceMethod; in fill()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h82 bool IsClassMethod(lldb::LanguageType *language_ptr,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
H A DSymbolContext.cpp551 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1137 bool IsClassMethod; member
1158 Key.IsClassMethod); in getHashValue()
1165 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h1058 unsigned IsClassMethod : 1; member
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1175 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in SearchFunctionsInSymbolContexts()
1309 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in LookupFunction()
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp848 if (DI->IsClassMethod) in visitFullComment()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp2843 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local
2848 else if (IsClassMethod) in LookupIvarInObjCMethod()
2860 if (IsClassMethod) { in LookupIvarInObjCMethod()