OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026