Home
last modified time | relevance | path

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

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