Home
last modified time | relevance | path

Searched refs:isInheritingConstructor (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp350 if (CD && CD->isInheritingConstructor()) { in CheckCallable()
359 if (CD && CD->isInheritingConstructor()) in CheckCallable()
H A DState.cpp146 if (CD->isInheritingConstructor()) { in addCallStack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp394 if (CD->isInheritingConstructor()) in shouldSkipFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp758 if (Constructor->isInheritingConstructor()) { in addedMember()
2606 bool isInheritingConstructor = in CreateDeserialized() local
2610 isInheritingConstructor, hasTrailingExplicit); in CreateDeserialized()
2615 Result->setInheritingConstructor(isInheritingConstructor); in CreateDeserialized()
H A DExprConstant.cpp5479 if (CD && CD->isInheritingConstructor()) { in CheckConstexprFunction()
5488 if (CD && CD->isInheritingConstructor()) in CheckConstexprFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2628 bool isInheritingConstructor() const { in isInheritingConstructor() function
2640 return isInheritingConstructor() ? in getInheritedConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1984 if (D->isInheritingConstructor()) { in VisitCXXConstructorDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1462 cast<CXXConstructorDecl>(D)->isInheritingConstructor() && in getFunctionLinkage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp119 if (Ctor && Ctor->isInheritingConstructor()) in NoteDeletedFunction()
256 if (Ctor && Ctor->isInheritingConstructor()) in DiagnoseUseOfDecl()
H A DTreeTransform.h3208 if (Constructor->isInheritingConstructor()) in RebuildCXXConstructExpr()