Home
last modified time | relevance | path

Searched defs:IsMethod (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp136 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DInsertionPointTests.cpp106 auto IsMethod = [](const Decl *D) { return llvm::isa<CXXMethodDecl>(D); }; in TEST() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp433 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.h325 bool IsMethod = false; // Indicates whether this function is a class method. member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4130 bool IsMethod = FD == nullptr; in BuildReturnStmt() local
H A DSemaDeclCXX.cpp8510 bool IsMethod = isa<CXXMethodDecl>(FD); in CheckExplicitlyDefaultedComparison() local