Searched defs:DeclMapTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h820 typedef llvm::DenseMap<const Decl*, llvm::Value*> DeclMapTy; typedef in class:clang::CodeGen::CodeGenFunction
821 DeclMapTy LocalDeclMap;
1119 const DeclMapTy &ldm,
/external/clang/lib/Analysis/
H A DCFG.cpp3808 typedef llvm::DenseMap<const Decl*,std::pair<unsigned,unsigned> > DeclMapTy; typedef in class:__anon17771::StmtPrinterHelper
3810 DeclMapTy DeclMap;
3896 DeclMapTy::iterator I = DeclMap.find(D);

Completed in 530 milliseconds