Searched refs:SpecificCallback (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 51 const SpecificRebuilderRefTy &SpecificCallback; member 52 Rebuilder(Sema &S, const SpecificRebuilderRefTy &SpecificCallback) in Rebuilder() 54 SpecificCallback(SpecificCallback) {} in Rebuilder() 66 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 72 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 79 SpecificCallback(refExpr->getBaseExpr(), 0), in rebuildObjCSubscriptRefExpr() 80 SpecificCallback(refExpr->getKeyExpr(), 1), refExpr->getType(), in rebuildObjCSubscriptRefExpr() 89 SpecificCallback(refExpr->getBaseExpr(), 0), in rebuildMSPropertyRefExpr() 102 SpecificCallback(refExpr->getIdx(), MSPropertySubscriptCount), in rebuildMSPropertySubscriptExpr()
|