Home
last modified time | relevance | path

Searched defs:isDefaulted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2310 bool isDefaulted() const { return FunctionDeclBits.IsDefaulted; } in isDefaulted() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5443 AST_MATCHER(FunctionDecl, isDefaulted) { in AST_MATCHER() argument