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

/external/clang/include/clang/Sema/
H A DScopeInfo.h198 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy; typedef in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
199 BaseInfoTy Base;
208 static BaseInfoTy getBaseInfo(const Expr *BaseE);
255 typedef std::pair<BaseInfoTy, const NamedDecl *> Pair;
/external/clang/lib/Sema/
H A DScopeInfo.cpp57 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
100 return BaseInfoTy(D, IsExact);

Completed in 83 milliseconds