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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3271   LValue EmitOMPSharedLValue(const Expr *E);

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  944   return CGF.EmitOMPSharedLValue(E);
 7512       BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress();
 7516       BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress();
 7611             CGF.EmitOMPSharedLValue(I->getAssociatedExpression()).getAddress();
 7657                     CGF.EmitOMPSharedLValue(MC.getAssociatedExpression())