Searched refs:BaseInfoTy (Results 1 – 2 of 2) sorted by relevance
261 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; variable262 BaseInfoTy Base;271 static BaseInfoTy getBaseInfo(const Expr *BaseE);319 using Pair = std::pair<BaseInfoTy, const NamedDecl *>; in getHashValue()
68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy113 return BaseInfoTy(D, IsExact); in getBaseInfo()