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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9326     auto RI = CS.getCapturedRecordDecl()->field_begin();
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4572   const auto *RD = CS.getCapturedRecordDecl();
tools/clang/lib/CodeGen/CGStmt.cpp
 2350   const RecordDecl *RD = S.getCapturedRecordDecl();
 2402   const RecordDecl *RD = S.getCapturedRecordDecl();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  287   const RecordDecl *RD = S.getCapturedRecordDecl();
  391   const RecordDecl *RD = FO.S->getCapturedRecordDecl();
 3168   QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
 3283   QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
 4969   QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
tools/clang/lib/CodeGen/CodeGenFunction.h
  355         S.getCapturedRecordDecl()->field_begin();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  418   Record.AddDeclRef(S->getCapturedRecordDecl());