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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2388   I->getSecond().MappedParams->apply(CGF);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  144     (void)PreCondVars.apply(CGF);
 1629   (void)PreCondVars.apply(CGF);
tools/clang/lib/CodeGen/CodeGenFunction.h
  930     bool Privatize() { return MappedVars.apply(CGF); }