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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3055   bool EmitOMPLastprivateClauseInit(const OMPExecutableDirective &D,

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1830     bool HasLastprivateClause = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
 2387       HasLastprivateClause = EmitOMPLastprivateClauseInit(S, LoopScope);
 2686     HasLastprivates = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
 3447       HasLastprivateClause = EmitOMPLastprivateClauseInit(S, LoopScope);
 5039     bool HasLastprivateClause = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);