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

Overridden By

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
11342 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF,

Declarations

tools/clang/lib/CodeGen/CGOpenMPRuntime.h
 1402   virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3319   CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc());