Searched refs:InitializedSomething (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp1649 bool InitializedSomething = false; local
1669 InitializedSomething = true;
1683 if (InitializedSomething && DeclType->isUnionType())
1714 InitializedSomething = true;
1725 if (!VerifyOnly && InitializedSomething && CheckForMissingFields &&

Completed in 160 milliseconds