Searched defs:ImplTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h399 typedef llvm::SmallPtrSet<ExplodedNode*,5> ImplTy; typedef in class:clang::ento::ExplodedNodeSet
400 ImplTy Impl;
414 typedef ImplTy::iterator iterator;
415 typedef ImplTy::const_iterator const_iterator;
/external/clang/include/clang/Analysis/
H A DCFG.h356 typedef BumpVector<CFGElement> ImplTy; typedef in class:clang::CFGBlock::ElementList
357 ImplTy Impl;
361 typedef std::reverse_iterator<ImplTy::iterator> iterator;
362 typedef std::reverse_iterator<ImplTy::const_iterator> const_iterator;
363 typedef ImplTy::iterator reverse_iterator;
364 typedef ImplTy::const_iterator const_reverse_iterator;
365 typedef ImplTy::const_reference const_reference;
773 typedef BumpVector<CFGBlock*>::iterator ImplTy; typedef in class:clang::CFGBlock::CFG::graph_iterator
775 graph_iterator(const ImplTy &i) : I(i) {}
788 ImplTy
796 typedef BumpVector<CFGBlock*>::const_iterator ImplTy; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1441 QualType ImplTy = ImplVar->getType(); local
1444 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy))
1456 ImplTy->getAs<ObjCObjectPointerType>()) {
1474 << MethodImpl->getDeclName() << IfaceTy << ImplTy; local

Completed in 419 milliseconds