Home
last modified time | relevance | path

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

/system/tools/hidl/
DType.cpp298 const Location& typeLoc = static_cast<const NamedType*>(refType)->location(); in checkForwardReferenceRestrictions() local
302 if (!Location::inSameFile(refLoc, typeLoc) || in checkForwardReferenceRestrictions()
303 (!Location::intersect(refLoc, typeLoc) && typeLoc < refLoc)) { in checkForwardReferenceRestrictions()