Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
DSpecialMemberFunctionsCheck.cpp154 auto IsDeleted = [&](SpecialMemberFunctionKind Kind) { in checkForMissingMembers() local
/external/icing/icing/store/
Ddocument-store.cc1018 bool DocumentStore::IsDeleted(DocumentId document_id) const { in IsDeleted() function in icing::lib::DocumentStore
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp852 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc1122 bool PjRtStreamExecutorBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtStreamExecutorBuffer
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1526 uint64_t IsDeleted : 1; variable
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1297 TEST_P(ASTMatchersTest, IsDeleted) { in TEST_P() argument
/external/clang/include/clang/AST/
DDecl.h1595 unsigned IsDeleted : 1; variable