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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 2505   if (!Allocator)
 2507   if (Allocator->isTypeDependent() || Allocator->isValueDependent() ||
 2507   if (Allocator->isTypeDependent() || Allocator->isValueDependent() ||
 2508       Allocator->isInstantiationDependent() ||
 2509       Allocator->containsUnexpandedParameterPack())
 2512   const Expr *AE = Allocator->IgnoreParenImpCasts();