Home
last modified time | relevance | path

Searched refs:ParentTy (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/Support/
DBlkExprDeclBitVector.h208 typedef DeclBitVector_Types::ValTy ParentTy; typedef
210 static inline ParentTy& ParentRef(ValTy& X) { in ParentRef()
211 return static_cast<ParentTy&>(X); in ParentRef()
214 static inline const ParentTy& ParentRef(const ValTy& X) { in ParentRef()
215 return static_cast<const ParentTy&>(X); in ParentRef()
/external/llvm/include/llvm/Support/
DIntegersSubset.h460 typedef IntegersSubsetGeneric<IntItem> ParentTy; typedef
500 explicit IntegersSubset(Constant *C) : ParentTy(rangesFromConstant(C)), in IntegersSubset()
504 ParentTy(*(const ParentTy *)&RHS), // FIXME: tweak for msvc. in IntegersSubset()
508 explicit IntegersSubset(const RangesCollectionTy& Src) : ParentTy(Src) { in IntegersSubset()
/external/llvm/include/llvm/
DInstructions.h2788 ParentTy;
2793 ParentTy(SI, CaseNum, SubsetIt) {}
2801 CaseIt(SwitchInst *SI, unsigned CaseNum) : ParentTy(SI, CaseNum) {}
2803 CaseIt(const ParentTy& Src) : ParentTy(Src) {}