Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp845 TEST(IsDefaulted, MatchesDefaultedFunctionDeclarations) { in TEST() argument
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1535 uint64_t IsDefaulted : 1; variable
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1286 TEST_P(ASTMatchersTest, IsDefaulted) { in TEST_P() argument
/external/clang/include/clang/AST/
DDecl.h1597 unsigned IsDefaulted : 1; // sunk from CXXMethoDecl variable