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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 1786     if (Ty->isReferenceType())
 1787       Ty = Ty->castAs<ReferenceType>()->getPointeeType();
 1787       Ty = Ty->castAs<ReferenceType>()->getPointeeType();
 1833       IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection);
 1839            !Ty->isAnyPointerType()) ||
 1840           !Ty->isScalarType() ||
 1847   if (IsByRef && Ty.getNonReferenceType()->isScalarType()) {
 1867       (Ctx.getTypeSizeInChars(Ty) >