Searched refs:BaseInfoTy (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 128 milliseconds