Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCAutoreleaseWriteChecker.cpp134 bool IsMethod = Match.getNodeAs<ObjCMethodDecl>(IsMethodBind) != nullptr; in emitDiagnostics() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.cpp432 bool DWARFDIE::IsMethod() const { in IsMethod() function in DWARFDIE
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h325 bool IsMethod = false; // Indicates whether this function is a class method. member
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp3827 bool IsMethod = FD == nullptr; in BuildReturnStmt() local