Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h261 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; variable
262 BaseInfoTy Base;
271 static BaseInfoTy getBaseInfo(const Expr *BaseE);
319 using Pair = std::pair<BaseInfoTy, const NamedDecl *>; in getHashValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
113 return BaseInfoTy(D, IsExact); in getBaseInfo()