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.cpp2692 bool isInheritingConstructor = in CreateDeserialized() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2754 bool isInheritingConstructor() const { in isInheritingConstructor() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6319 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument