Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5088 bool DiagnosedMultipleConstructedBases = false; in InheritedConstructorInfo() local
5117 if (!DiagnosedMultipleConstructedBases) { in InheritedConstructorInfo()
5123 DiagnosedMultipleConstructedBases = true; in InheritedConstructorInfo()
5131 if (DiagnosedMultipleConstructedBases) in InheritedConstructorInfo()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp6926 bool DiagnosedMultipleConstructedBases = false; in InheritedConstructorInfo() local
6955 if (!DiagnosedMultipleConstructedBases) { in InheritedConstructorInfo()
6961 DiagnosedMultipleConstructedBases = true; in InheritedConstructorInfo()
6969 if (DiagnosedMultipleConstructedBases) in InheritedConstructorInfo()