Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp136 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
137 const char *FunctionDescription = IsMethod ? "method" : "function"; in emitDiagnostics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h26 bool IsMethod() const;
H A DDWARFIndex.cpp78 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
H A DDWARFDIE.cpp570 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
H A DManualDWARFIndex.cpp318 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h590 BOOLEAN IsMethod);
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c441 if (IsMethod) in AcpiDbClassifyOneObject()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3992 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
3994 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
3995 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
H A DSemaDeclCXX.cpp8719 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local
8720 if (IsMethod) { in CheckExplicitlyDefaultedComparison()
8779 (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison()
8783 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison()
8796 bool Ok = !IsMethod; in CheckExplicitlyDefaultedComparison()
8829 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison()
8832 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison()
8849 if (IsMethod) { in CheckExplicitlyDefaultedComparison()