Searched refs:mInternalFunctions (Results 1 – 2 of 2) sorted by relevance
708 if (mInternalFunctions.find(mangledName) == mInternalFunctions.end()) in getInternalFunction()717 mInternalFunctions[mangledName] = func; in getInternalFunction()719 return mInternalFunctions[mangledName]; in getInternalFunction()
79 TMap<ImmutableString, const TFunction *> mInternalFunctions; variable