Home
last modified time | relevance | path

Searched refs:BaseInfoTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h178 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy; typedef
179 BaseInfoTy Base;
188 static BaseInfoTy getBaseInfo(const Expr *BaseE);
237 typedef std::pair<BaseInfoTy, const NamedDecl *> Pair; in getHashValue()
/external/clang/lib/Sema/
DScopeInfo.cpp50 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
93 return BaseInfoTy(D, IsExact); in getBaseInfo()