Searched refs:CacheTy (Results 1 – 5 of 5) sorted by relevance
84 using CacheTy = variable86 mutable CacheTy TheCache{};88 static bool isTrivialImpl(const Decl *D, CacheTy &Cache);89 static bool isTrivialImpl(const Stmt *S, CacheTy &Cache);
270 using CacheTy = TrivialFunctionAnalysis::CacheTy; typedef in clang::TrivialFunctionAnalysisVisitor272 TrivialFunctionAnalysisVisitor(CacheTy &Cache) : Cache(Cache) {} in TrivialFunctionAnalysisVisitor()552 CacheTy &Cache;553 CacheTy RecursiveFn;557 const Decl *D, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl()563 const Stmt *S, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl()
152 using CacheTy = FoldingSet<ListTy>; variable154 CacheTy Cache;
365 using CacheTy = DenseMap<unsigned, TreeTy*>;367 CacheTy Cache;
232 llvm::Type *CacheTy; member in __anonb5e682970111::ObjCCommonTypesHelper5795 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()5796 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()6461 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.CacheTy, false, in GenerateClass()