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),
535 if (!ReferencedBlockVars)
536 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
539 LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
558 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 113 milliseconds