reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprOpenMP.h
   58                 (Length && Length->isTypeDependent()),
   58                 (Length && Length->isTypeDependent()),
   61                 (Length && Length->isValueDependent()),
   61                 (Length && Length->isValueDependent()),
   64                 (Length && Length->isInstantiationDependent()),
   64                 (Length && Length->isInstantiationDependent()),
   67                 (Length && Length->containsUnexpandedParameterPack())),
   67                 (Length && Length->containsUnexpandedParameterPack())),
   71     SubExprs[LENGTH] = Length;