Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp198 IsClassMethod = false; in fill()
234 IsClassMethod = !IsInstanceMethod; in fill()
245 IsClassMethod = !IsInstanceMethod; in fill()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h75 bool IsClassMethod(lldb::LanguageType *language_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDeclContext.cpp52 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
H A DSymbolContext.cpp577 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h1078 unsigned IsClassMethod : 1; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp842 if (DI->IsClassMethod) in visitFullComment()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1344 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in FindExternalVisibleDecls()
1416 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp2418 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
2423 else if (IsClassMethod) in LookupInObjCMethod()
2435 if (IsClassMethod) in LookupInObjCMethod()