Searched refs:structContext (Results 1 – 1 of 1) sorted by relevance
644 thread_local SetVector<StringRef> structContext; in parseStructType() local649 structContext.remove(identifier); in parseStructType()663 if (structContext.count(identifier) == 0) { in parseStructType()677 if (structContext.count(identifier) != 0) { in parseStructType()684 structContext.insert(identifier); in parseStructType()693 structContext.remove(identifier); in parseStructType()733 structContext.remove(identifier); in parseStructType()809 thread_local SetVector<StringRef> structContext; in print() local816 if (structContext.count(type.getIdentifier())) { in print()822 structContext.insert(type.getIdentifier()); in print()[all …]