Home
last modified time | relevance | path

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

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