Home
last modified time | relevance | path

Searched defs:IsDeleted (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h47 bool IsDeleted; member
H A DSpecialMemberFunctionsCheck.cpp177 auto IsDeleted = [&](SpecialMemberFunctionKind Kind) { in checkForMissingMembers() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1842 TEST_P(ASTMatchersTest, IsDeleted) { in TEST_P() argument