Home
last modified time | relevance | path

Searched refs:IsMethod (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCAutoreleaseWriteChecker.cpp132 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
133 const char *Name = IsMethod ? "method" : "function"; in emitDiagnostics()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFIndex.cpp63 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
HDDWARFDIE.h22 bool IsMethod() const;
HDDWARFDIE.cpp402 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
HDManualDWARFIndex.cpp279 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDacdebug.h579 BOOLEAN IsMethod);
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
HDdbstats.c441 if (IsMethod) in AcpiDbClassifyOneObject()