Searched refs:SpecificCallback (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 50 const SpecificRebuilderRefTy &SpecificCallback; member 51 Rebuilder(Sema &S, const SpecificRebuilderRefTy &SpecificCallback) in Rebuilder() 53 SpecificCallback(SpecificCallback) {} in Rebuilder() 65 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 71 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 78 SpecificCallback(refExpr->getBaseExpr(), 0), in rebuildObjCSubscriptRefExpr() 79 SpecificCallback(refExpr->getKeyExpr(), 1), refExpr->getType(), in rebuildObjCSubscriptRefExpr() 88 SpecificCallback(refExpr->getBaseExpr(), 0), in rebuildMSPropertyRefExpr() 101 SpecificCallback(refExpr->getIdx(), MSPropertySubscriptCount), in rebuildMSPropertySubscriptExpr()
|