Searched defs:isInheritingConstructor (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclCXX.cpp | 2692 bool isInheritingConstructor = CreateDeserialized() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclCXX.h | 2754 bool isInheritingConstructor() const { isInheritingConstructor() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 6319 AST_MATCHER(CXXConstructorDecl,isInheritingConstructor) AST_MATCHER() argument |