Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp212 IsClassMethod = false; in fill()
248 IsClassMethod = !IsInstanceMethod; in fill()
259 IsClassMethod = !IsInstanceMethod; in fill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
H A DSymbolContext.cpp555 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h82 bool IsClassMethod(lldb::LanguageType *language_ptr,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1207 bool IsClassMethod; member
1228 Key.IsClassMethod); in getHashValue()
1235 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h1077 unsigned IsClassMethod : 1; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1152 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in SearchFunctionsInSymbolContexts()
1283 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in LookupFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp848 if (DI->IsClassMethod) in visitFullComment()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2784 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local
2789 else if (IsClassMethod) in LookupIvarInObjCMethod()
2801 if (IsClassMethod) { in LookupIvarInObjCMethod()