Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2745 bool isInheritingConstructor = in CreateDeserialized() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2768 bool isInheritingConstructor() const { in isInheritingConstructor() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6343 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument