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

Declarations

tools/clang/include/clang/AST/DeclCXX.h
 1015   void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,

References

tools/clang/lib/AST/ExprConstant.cpp
 5520       MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields,
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8179     RD->getCaptureFields(Captures, ThisCapture);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4871     RD->getCaptureFields(Captures, ThisCapture);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  954       MD->getParent()->getCaptureFields(LambdaCaptureFields,
tools/clang/lib/Sema/SemaOpenMP.cpp
 3612         RD->getCaptureFields(Captures, ThisCapture);
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  486     LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2444       CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);