Home
last modified time | relevance | path

Searched refs:getInheritConstructors (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclCXX.h217 bool getInheritConstructors() const { return InheritConstructors; } in getInheritConstructors() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp4995 Record.push_back(Base.getInheritConstructors()); in AddCXXBaseSpecifier()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp8481 if (BaseIt->getInheritConstructors()) in DeclareInheritingConstructors()