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

/external/clang/lib/Sema/
H A DSemaInit.cpp1447 bool InitializedSomething = false; local
1467 InitializedSomething = true;
1481 if (InitializedSomething && DeclType->isUnionType())
1512 InitializedSomething = true;
1523 if (!VerifyOnly && InitializedSomething && CheckForMissingFields &&

Completed in 44 milliseconds