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 46 ReferencedBlockVars(0),
61 ReferencedBlockVars(0),
410 if (!ReferencedBlockVars)
411 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
413 DeclVec *V = LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
432 delete ReferencedBlockVars;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 95 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars;

Completed in 73 milliseconds