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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp238 bool VerifyOnly; // no diagnostics, no structure building member in class:__anon3422::InitListChecker
328 InitListExpr *IL, QualType &T, bool VerifyOnly);
338 assert(VerifyOnly &&
559 bool VerifyOnly)
560 : SemaRef(S), VerifyOnly(VerifyOnly) {
568 if (!hadError && !VerifyOnly) {
625 if (!VerifyOnly)
648 if (!VerifyOnly) {
685 if (!VerifyOnly) {
557 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, QualType &T, bool VerifyOnly) argument
[all...]

Completed in 123 milliseconds