Lines Matching defs:dependent
5242 "Expected non-dependent context.");
5799 // Expression is dependent - skip it, build the mapper when it gets
7876 /// Return true if any expression is dependent.
7877 bool dependent() const;
7901 bool OpenMPIterationSpaceChecker::dependent() const {
8199 if (dependent() || SemaRef.CurContext->isDependentContext())
8283 if (dependent() || SemaRef.CurContext->isDependentContext())
8314 if (dependent() || SemaRef.CurContext->isDependentContext())
8392 if (dependent() || SemaRef.CurContext->isDependentContext())
8938 // Do not build a precondition when the condition/initialization is dependent
9200 // Postpone analysis in dependent contexts for ranged for loops.
9250 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors)
16010 // it is not in a dependent context anymore. This may cause warnings
16022 // with this clause must not try to use these expressions in dependent
17872 // and let Y be the lookup set produced by argument dependent
18092 /// Stores reduction item and reduction operation only (required for dependent
20818 // Defer the lookup for dependent types. The results will be passed through
20849 // Perform argument dependent lookup.
23286 // Build an unanalyzed expression if either operand is type-dependent.