Searched refs:mConstructorType (Results 1 – 2 of 2) sorted by relevance
49 : mName(name), mConstructorType(constructorType), mThisNode(nullptr), mSymbol(symbol) in TFunctionLookup()146 return mConstructorType != nullptr; in isConstructor()151 return *mConstructorType; in constructorType()
52 const TType *const mConstructorType; variable