Home
last modified time | relevance | path

Searched refs:otherUndefinedTy (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DCoreTypes.cpp34 if (const UndefinedType *otherUndefinedTy = otherType->asUndefinedType()) in match0() local
35 return matcher->match(this, otherUndefinedTy); in match0()