HomeSort by: relevance | last modified time | path
    Searched refs:CaptureFields (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 510 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields;
512 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField);
519 const FieldDecl *FD = CaptureFields[VD];
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 395 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
397 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
411 return CaptureFields.lookup(VD->getCanonicalDecl());
435 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;

Completed in 29 milliseconds