HomeSort by relevance Sort by last modified time
    Searched refs:CaptureFields (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 426 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields;
428 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField);
435 const FieldDecl *FD = CaptureFields[VD];
  /external/clang/lib/CodeGen/
CodeGenFunction.h 193 CaptureFields[I->getCapturedVar()] = *Field;
195 CaptureFields[I->getCapturedVar()] = *Field;
209 return CaptureFields.lookup(VD);
233 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
    [all...]

Completed in 348 milliseconds