Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h206 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy; typedef
207 BaseInfoTy Base;
216 static BaseInfoTy getBaseInfo(const Expr *BaseE);
263 typedef std::pair<BaseInfoTy, const NamedDecl *> Pair; in getHashValue()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h257 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; variable
258 BaseInfoTy Base;
267 static BaseInfoTy getBaseInfo(const Expr *BaseE);
315 using Pair = std::pair<BaseInfoTy, const NamedDecl *>; in getHashValue()
/external/clang/lib/Sema/
DScopeInfo.cpp58 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
103 return BaseInfoTy(D, IsExact); in getBaseInfo()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
113 return BaseInfoTy(D, IsExact); in getBaseInfo()