Home
last modified time | relevance | path

Searched refs:AttributesCache (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DCustomAttributes.cpp29 static DenseMap<const Decl *, CustomAttributesSet> AttributesCache; variable
45 AttributesCache.insert(std::make_pair(D, attrs)); in CacheAttributes()
63 auto attributes = AttributesCache.find(D); in GetAttributes()
64 if (attributes != AttributesCache.end()) { in GetAttributes()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DCustomAttributes.cpp29 static DenseMap<const Decl *, CustomAttributesSet> AttributesCache; variable
44 AttributesCache.insert(std::make_pair(D, attrs)); in CacheAttributes()
62 auto attributes = AttributesCache.find(D); in GetAttributes()
63 if (attributes != AttributesCache.end()) { in GetAttributes()
/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DCustomAttributes.cpp29 static DenseMap<const Decl *, CustomAttributesSet> AttributesCache; variable
45 AttributesCache.insert(std::make_pair(D, attrs)); in CacheAttributes()
63 auto attributes = AttributesCache.find(D); in GetAttributes()
64 if (attributes != AttributesCache.end()) { in GetAttributes()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DCustomAttributes.cpp29 static DenseMap<const Decl *, CustomAttributesSet> AttributesCache; variable
45 AttributesCache.insert(std::make_pair(D, attrs)); in CacheAttributes()
63 auto attributes = AttributesCache.find(D); in GetAttributes()
64 if (attributes != AttributesCache.end()) { in GetAttributes()