Searched defs:EnvironmentManager (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h10 // This file defined the Environment and EnvironmentManager classes.
27 class EnvironmentManager;
57 friend class EnvironmentManager;
102 class EnvironmentManager { class in namespace:clang::ento
108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} function in class:clang::ento::EnvironmentManager
109 ~EnvironmentManager() {}

Completed in 76 milliseconds