Searched refs:CacheTy (Results 1 – 5 of 5) sorted by relevance
129 using CacheTy =131 mutable CacheTy TheCache{};133 static bool isTrivialImpl(const Decl *D, CacheTy &Cache);134 static bool isTrivialImpl(const Stmt *S, CacheTy &Cache);84 using CacheTy = global() variable
370 using CacheTy = TrivialFunctionAnalysis::CacheTy; in VisitArraySubscriptExpr() 372 TrivialFunctionAnalysisVisitor(CacheTy &Cache) : Cache(Cache) {} in VisitArraySubscriptExpr() 640 CacheTy &Cache;641 CacheTy RecursiveFn;645 const Decl *D, TrivialFunctionAnalysis::CacheTy &Cache) {651 const Stmt *S, TrivialFunctionAnalysis::CacheTy &Cache) {270 using CacheTy = TrivialFunctionAnalysis::CacheTy; global() typedef in clang::TrivialFunctionAnalysisVisitor
152 using CacheTy = FoldingSet<ListTy>; variable154 CacheTy Cache;
365 using CacheTy = DenseMap<unsigned, TreeTy*>;367 CacheTy Cache;
229 /// CacheTy - LLVM type for struct objc_cache.230 llvm::Type *CacheTy;5791 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper() 5792 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper() 6452 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.CacheTy, false, in getStorage() 232 llvm::Type *CacheTy; global() member in __anon5e07598a0111::ObjCCommonTypesHelper