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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 612 if (!ReferencedBlockVars)
613 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
616 LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
635 delete ReferencedBlockVars;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 92 llvm::DenseMap<const BlockDecl *, void *> *ReferencedBlockVars = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 1613 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl());
1615 std::distance(ReferencedBlockVars.begin(), ReferencedBlockVars.end());
1633 for (const auto *VD : ReferencedBlockVars) {

Completed in 18 milliseconds