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

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 47 ReferencedBlockVars(nullptr),
60 ReferencedBlockVars(nullptr),
552 if (!ReferencedBlockVars)
553 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
556 LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
575 delete ReferencedBlockVars;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 86 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars;
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]

Completed in 70 milliseconds