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

  /external/llvm/include/llvm/ADT/
ImmutableMap.h 266 class ImmutableMapRef {
286 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F)
292 ImmutableMapRef(const ImmutableMapRef &X)
298 ImmutableMapRef &operator=(const ImmutableMapRef &X) {
312 ~ImmutableMapRef() {
317 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
318 return ImmutableMapRef(0, F);
321 ImmutableMapRef add(key_type_ref K, data_type_ref D)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 196 llvm::ImmutableMapRef<EnvironmentEntry,SVal>

Completed in 876 milliseconds