Home
last modified time | relevance | path

Searched defs:IsClassMethod (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDeclContext.cpp37 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h1058 unsigned IsClassMethod : 1; member
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1137 bool IsClassMethod; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp2843 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local