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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 2584   if (Allocator &&
 2585       (Allocator->isTypeDependent() || Allocator->isValueDependent() ||
 2585       (Allocator->isTypeDependent() || Allocator->isValueDependent() ||
 2586        Allocator->isInstantiationDependent() ||
 2587        Allocator->containsUnexpandedParameterPack()))
 2590                                                 Allocator, SR);