HomeSort by relevance Sort by last modified time
    Searched full:capturefields (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
lambdas.cpp 124 void captureFields() {
142 void captureFields() {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 424 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields;
426 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField);
433 const FieldDecl *FD = CaptureFields[VD];
  /external/clang/lib/CodeGen/
CodeGenFunction.h 190 CaptureFields[I->getCapturedVar()] = *Field;
204 return CaptureFields.lookup(VD);
228 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
    [all...]

Completed in 211 milliseconds