Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp133 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
134 const char *Name = IsMethod ? "method" : "function"; in emitDiagnostics()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp65 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
H A DDWARFDIE.h27 bool IsMethod() const;
H A DDWARFDIE.cpp232 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
H A DManualDWARFIndex.cpp283 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h579 BOOLEAN IsMethod);
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c441 if (IsMethod) in AcpiDbClassifyOneObject()