Searched refs:builtAll (Results 1 – 2 of 2) sorted by relevance
3018 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in finishLinearClauses()10608 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPGenericLoopDirective()10638 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTeamsGenericLoopDirective()10672 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetTeamsGenericLoopDirective()10705 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelGenericLoopDirective()10737 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetParallelGenericLoopDirective()13219 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTaskLoopDirective()13296 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPMasterTaskLoopDirective()13334 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPMaskedTaskLoopDirective()13452 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelMasterTaskLoopDirective()[all …]
830 bool builtAll() { in builtAll() function