Searched refs:HasProcessingCache (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 150 mutable unsigned HasProcessingCache : 1; variable 245 HasParsedType(false), HasProcessingCache(false), in AttributeList() 265 HasProcessingCache(false), UnavailableLoc(unavailable), in AttributeList() 285 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 302 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 320 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr){ in AttributeList() 334 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 386 bool hasProcessingCache() const { return HasProcessingCache; } in hasProcessingCache() 393 HasProcessingCache = true; in setProcessingCache()
|