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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h408 typedef llvm::SmallPtrSet<ExplodedNode*,5> ImplTy; typedef in class:clang::ento::ExplodedNodeSet
409 ImplTy Impl;
423 typedef ImplTy::iterator iterator;
424 typedef ImplTy::const_iterator const_iterator;
/external/clang/include/clang/Analysis/
H A DCFG.h355 typedef BumpVector<CFGElement> ImplTy; typedef in class:clang::CFGBlock::ElementList
356 ImplTy Impl;
360 typedef std::reverse_iterator<ImplTy::iterator> iterator;
361 typedef std::reverse_iterator<ImplTy::const_iterator> const_iterator;
362 typedef ImplTy::iterator reverse_iterator;
363 typedef ImplTy::const_iterator const_reverse_iterator;
364 typedef ImplTy::const_reference const_reference;
772 typedef BumpVector<CFGBlock*>::iterator ImplTy; typedef in class:clang::CFGBlock::CFG::graph_iterator
774 graph_iterator(const ImplTy &i) : I(i) {}
787 ImplTy
795 typedef BumpVector<CFGBlock*>::const_iterator ImplTy; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2337 QualType ImplTy = ImplVar->getType(); local
2341 !S.Context.hasSameNullabilityTypeQualifier(ImplTy, IfaceTy, true)) {
2345 *ImplTy->getNullability(S.Context),
2354 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy))
2366 ImplTy->getAs<ObjCObjectPointerType>()) {
2384 << MethodImpl->getDeclName() << IfaceTy << ImplTy; local

Completed in 84 milliseconds