Searched refs:mInterfaceBlock (Results 1 – 2 of 2) sorted by relevance
185 mInterfaceBlock(nullptr), in TType()217 mInterfaceBlock = interfaceBlockIn; in TType()237 mInterfaceBlock = t.mInterfaceBlock; in operator =()421 return isInterfaceBlock() ? mInterfaceBlock->containsType(t) : false; in isInterfaceBlockContainingType()476 mangledName += mInterfaceBlock->name().data(); in buildMangledName()477 mangledName += mInterfaceBlock->mangledFieldList(); in buildMangledName()718 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock()720 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock()
128 mInterfaceBlock(nullptr), in TType()147 mInterfaceBlock(t.mInterfaceBlock), in TType()233 const TInterfaceBlock *getInterfaceBlock() const { return mInterfaceBlock; } in getInterfaceBlock()395 const TInterfaceBlock *mInterfaceBlock; variable