Searched defs:VerifyOnly (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp238 bool VerifyOnly; // no diagnostics, no structure building member in class:__anon15393::InitListChecker
329 InitListExpr *IL, QualType &T, bool VerifyOnly);
339 assert(VerifyOnly &&
560 bool VerifyOnly)
561 : SemaRef(S), VerifyOnly(VerifyOnly) {
572 if (!hadError && !VerifyOnly) {
623 if (!VerifyOnly)
646 if (!VerifyOnly) {
680 if (!VerifyOnly) {
558 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, QualType &T, bool VerifyOnly) argument
[all...]

Completed in 49 milliseconds