Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DMatchers.h31 AST_MATCHER(RecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument
DTypeTraits.cpp92 bool isTriviallyDefaultConstructible(QualType Type, const ASTContext &Context) { in isTriviallyDefaultConstructible() function
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DNonTrivialTypesLibcMemoryCallsCheck.cpp27 AST_MATCHER(CXXRecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument