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

  /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 27 milliseconds