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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1260   IdentQTy = C.getRecordType(RD);
 1568   CharUnits Align = CGM.getContext().getTypeAlignInChars(IdentQTy);
 1590         createGlobalStruct(CGM, IdentQTy, isDefaultLocationConstant(), Data, "",
 1636   CharUnits Align = CGM.getContext().getTypeAlignInChars(IdentQTy);
 1646     Address AI = CGF.CreateMemTemp(IdentQTy, ".kmpc_loc.addr");
 1656                              CGF.getTypeSize(IdentQTy));
 1660   LValue Base = CGF.MakeAddrLValue(LocValue, IdentQTy);
 1661   auto Fields = cast<RecordDecl>(IdentQTy->getAsTagDecl())->field_begin();