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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 5184           if (!VD->hasLocalStorage() && !CGF.LocalDeclMap.count(VD)) {
 5184           if (!VD->hasLocalStorage() && !CGF.LocalDeclMap.count(VD)) {
 5187                 VD, [&GlobLVal]() { return GlobLVal.getAddress(); });
 5189           if (isa<OMPCapturedExprDecl>(VD)) {
 5191             if (!CGF.LocalDeclMap.count(VD))
 5192               CGF.EmitVarDecl(*VD);