Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdebug.h482 BOOLEAN IsMethod);
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbstats.c333 if (IsMethod) in AcpiDbClassifyOneObject()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4115 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
4117 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4118 Diag(ReturnLoc, DiagID) << ND << IsMethod; in BuildReturnStmt()