Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp134 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
135 const char *FunctionDescription = IsMethod ? "method" : "function"; in emitDiagnostics()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp60 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
H A DDWARFDIE.h24 bool IsMethod() const;
H A DDWARFDIE.cpp432 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
H A DManualDWARFIndex.cpp275 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h590 BOOLEAN IsMethod);
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c441 if (IsMethod) in AcpiDbClassifyOneObject()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4068 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
4070 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4071 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()