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

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 47 ReferencedBlockVars(0),
60 ReferencedBlockVars(0),
525 if (!ReferencedBlockVars)
526 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
528 DeclVec *V = LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
547 delete ReferencedBlockVars;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 90 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars;

Completed in 751 milliseconds