Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp137 IsClassMethod = false; in fill()
173 IsClassMethod = !IsInstanceMethod; in fill()
184 IsClassMethod = !IsInstanceMethod; in fill()
/external/llvm-project/clang/lib/AST/
DComment.cpp212 IsClassMethod = false; in fill()
248 IsClassMethod = !IsInstanceMethod; in fill()
259 IsClassMethod = !IsInstanceMethod; in fill()
/external/llvm-project/lldb/source/Symbol/
DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
DSymbolContext.cpp557 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerDeclContext.h82 bool IsClassMethod(lldb::LanguageType *language_ptr,
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1168 bool IsClassMethod; member
1189 Key.IsClassMethod); in getHashValue()
1196 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
/external/llvm-project/clang/include/clang/AST/
DComment.h1077 unsigned IsClassMethod : 1; member
/external/clang/include/clang/AST/
DComment.h1083 unsigned IsClassMethod : 1; member
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1151 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in SearchFunctionsInSymbolContexts()
1282 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in LookupFunction()
/external/llvm-project/clang/lib/Index/
DCommentToXML.cpp848 if (DI->IsClassMethod) in visitFullComment()
/external/clang/lib/Index/
DCommentToXML.cpp851 if (DI->IsClassMethod) in visitFullComment()
/external/clang/lib/Sema/
DSemaExpr.cpp2447 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local
2452 else if (IsClassMethod) in LookupInObjCMethod()
2464 if (IsClassMethod) in LookupInObjCMethod()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp2777 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local
2782 else if (IsClassMethod) in LookupIvarInObjCMethod()
2794 if (IsClassMethod) { in LookupIvarInObjCMethod()