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

/external/clang/lib/Sema/
H A DSemaInit.cpp1346 bool InitializedSomething = false; local
1366 InitializedSomething = true;
1380 if (InitializedSomething && DeclType->isUnionType())
1411 InitializedSomething = true;
1422 if (!VerifyOnly && InitializedSomething && CheckForMissingFields &&

Completed in 36 milliseconds