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

/external/clang/lib/Sema/
H A DSemaInit.cpp1788 bool InitializedSomething = false; local
1805 InitializedSomething = true;
1836 InitializedSomething = true;
1850 if (InitializedSomething && DeclType->isUnionType())
1881 InitializedSomething = true;
1892 if (!VerifyOnly && InitializedSomething && CheckForMissingFields &&

Completed in 80 milliseconds