Searched refs:BaseInfoTy (Results 1 – 4 of 4) 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()
257 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; variable258 BaseInfoTy Base;267 static BaseInfoTy getBaseInfo(const Expr *BaseE);315 using Pair = std::pair<BaseInfoTy, const NamedDecl *>; in getHashValue()
68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy113 return BaseInfoTy(D, IsExact); in getBaseInfo()