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(nullptr),
60 ReferencedBlockVars(nullptr),
529 if (!ReferencedBlockVars)
530 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>();
532 DeclVec *V = LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A);
551 delete ReferencedBlockVars;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 85 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars;

Completed in 106 milliseconds