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

  /external/clang/include/clang/Sema/
ScopeInfo.h 152 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy;
153 BaseInfoTy Base;
162 static BaseInfoTy getBaseInfo(const Expr *BaseE);
211 typedef std::pair<BaseInfoTy, const NamedDecl *> Pair;
  /external/clang/lib/Sema/
ScopeInfo.cpp 44 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
87 return BaseInfoTy(D, IsExact);

Completed in 32 milliseconds