Searched refs:ParentIsDeclaration (Results 1 – 2 of 2) sorted by relevance
65 std::atomic<bool> ParentIsDeclaration = {true}; variable
1428 bool OldParentIsDeclaration = TypeDescriptor->ParentIsDeclaration; in allocateTypeDie()1439 if (TypeDescriptor->ParentIsDeclaration.compare_exchange_strong( in allocateTypeDie()1456 TypeDescriptor->ParentIsDeclaration = false; in allocateTypeDie()1481 bool ParentIsDeclaration = false; in createTypeDIEandCloneAttributes() local1483 ParentIsDeclaration = in createTypeDIEandCloneAttributes()1488 IsDeclaration, ParentIsDeclaration); in createTypeDIEandCloneAttributes()