Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp7002 bool inheritConstructors = static_cast<bool>(Record[Idx++]); in ReadCXXBaseSpecifier() local
7008 Result.setInheritConstructors(inheritConstructors); in ReadCXXBaseSpecifier()