Lines Matching defs:dependent
5224 "Expected non-dependent context.");
5783 // Expression is dependent - skip it, build the mapper when it gets
7847 /// Return true if any expression is dependent.
7848 bool dependent() const;
7872 bool OpenMPIterationSpaceChecker::dependent() const {
8180 if (dependent() || SemaRef.CurContext->isDependentContext())
8275 if (dependent() || SemaRef.CurContext->isDependentContext())
8306 if (dependent() || SemaRef.CurContext->isDependentContext())
8394 if (dependent() || SemaRef.CurContext->isDependentContext())
8943 // Do not build a precondition when the condition/initialization is dependent
9204 // Postpone analysis in dependent contexts for ranged for loops.
9255 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors)
16139 // it is not in a dependent context anymore. This may cause warnings
16151 // with this clause must not try to use these expressions in dependent
16170 // Skip if template-dependent or already sanitized, e.g. during a partial
18059 // and let Y be the lookup set produced by argument dependent
18280 /// Stores reduction item and reduction operation only (required for dependent
21008 // Defer the lookup for dependent types. The results will be passed through
21039 // Perform argument dependent lookup.
21211 // Perform argument dependent lookup.
23191 // Allocator expression is dependent - skip it for now and build the
23765 // Build an unanalyzed expression if either operand is type-dependent.