HomeSort by: relevance | last modified time | path
    Searched refs:SubsumptionCache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 945 auto CacheEntry = SubsumptionCache.find(Key);
946 if (CacheEntry != SubsumptionCache.end()) {
956 SubsumptionCache.try_emplace(Key, Result);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6737 llvm::DenseMap<std::pair<NamedDecl *, NamedDecl *>, bool> SubsumptionCache;

Completed in 95 milliseconds