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

  /external/clang/lib/Analysis/
AnalysisContext.cpp 43 ReferencedBlockVars(0),
55 ReferencedBlockVars(0),
383 if (!ReferencedBlockVars)
384 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
386 DeclVec *V = LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
405 delete ReferencedBlockVars;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 89 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars;

Completed in 3049 milliseconds