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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3507   LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1344     return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E));
 3614     BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  950     return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false);
 5235             CGF.EmitOMPArraySectionExpr(ASE, /*IsLowerBound=*/false);