Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp2745 bool isInheritingConstructor = in CreateDeserialized() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h2768 bool isInheritingConstructor() const { in isInheritingConstructor() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6343 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument