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.h27 bool IsMethod() const;
H A DDWARFIndex.cpp78 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
H A DDWARFDIE.cpp577 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
H A DManualDWARFIndex.cpp331 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.cpp4112 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
4114 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4115 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
H A DSemaDeclCXX.cpp8898 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local
8899 if (IsMethod) { in CheckExplicitlyDefaultedComparison()
8965 (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison()
8969 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison()
8979 bool Ok = !IsMethod || FD->hasCXXExplicitFunctionObjectParameter(); in CheckExplicitlyDefaultedComparison()
9009 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison()
9012 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison()
9029 if (IsMethod) { in CheckExplicitlyDefaultedComparison()