Searched defs:rhsQID (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6496 const ObjCObjectPointerType *rhsQID = rhs->getAsObjCQualifiedIdType(); local
6497 assert(rhsQID && "One of the LHS/RHS should be id<x>");
6510 for (auto *rhsProto : rhsQID->quals()) {
6533 for (auto *rhsProto : rhsQID->quals()) {

Completed in 241 milliseconds