Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h24 bool IsMethod() const;
H A DDWARFIndex.cpp80 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()
H A DDWARFDIE.cpp433 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
H A DManualDWARFIndex.cpp303 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4122 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
4124 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4125 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()
H A DSemaDeclCXX.cpp8580 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local
8581 if (IsMethod) { in CheckExplicitlyDefaultedComparison()
8609 if (FD->getNumParams() != (IsMethod ? 1 : 2)) { in CheckExplicitlyDefaultedComparison()
8613 << int(IsMethod) << int(DCK); in CheckExplicitlyDefaultedComparison()
8625 bool Ok = !IsMethod; in CheckExplicitlyDefaultedComparison()
8658 << int(DCK) << ParmTy << RefTy << int(!IsMethod) << PlainTy in CheckExplicitlyDefaultedComparison()
8661 assert(!IsMethod && "should know expected type for method"); in CheckExplicitlyDefaultedComparison()
8678 if (IsMethod) { in CheckExplicitlyDefaultedComparison()