ΒΆbool isCheckLikeMethod(
    llvm::SmallDenseSet<const CXXMethodDecl*>&
        CheckDecls,
    const clang::CXXMethodDecl& D)

Description

Determines whether `D` is one of the methods used to implement Chromium's `CHECK` macros. Populates `CheckDecls`, if empty.

Declared at: clang/lib/Analysis/FlowSensitive/Models/ChromiumCheckModel.cpp:19

Parameters

llvm::SmallDenseSet<const CXXMethodDecl*>& CheckDecls
const clang::CXXMethodDecl& D