Searched refs:SpecificCallback (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 52 const SpecificRebuilderRefTy &SpecificCallback; member 53 Rebuilder(Sema &S, const SpecificRebuilderRefTy &SpecificCallback) in Rebuilder() 55 SpecificCallback(SpecificCallback) {} in Rebuilder() 67 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 73 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 80 SpecificCallback(refExpr->getBaseExpr(), 0), in rebuildObjCSubscriptRefExpr() 81 SpecificCallback(refExpr->getKeyExpr(), 1), refExpr->getType(), in rebuildObjCSubscriptRefExpr() 90 SpecificCallback(refExpr->getBaseExpr(), 0), in rebuildMSPropertyRefExpr() 103 SpecificCallback(refExpr->getIdx(), MSPropertySubscriptCount), in rebuildMSPropertySubscriptExpr()
|