Searched refs:BaseInfoTy (Results 1 – 2 of 2) sorted by relevance
206 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy; typedef207 BaseInfoTy Base;216 static BaseInfoTy getBaseInfo(const Expr *BaseE);263 typedef std::pair<BaseInfoTy, const NamedDecl *> Pair; in getHashValue()
58 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy103 return BaseInfoTy(D, IsExact); in getBaseInfo()