Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2692 bool isInheritingConstructor = CreateDeserialized() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2754 bool isInheritingConstructor() const { isInheritingConstructor() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6319 AST_MATCHER(CXXConstructorDecl,isInheritingConstructor) AST_MATCHER() argument