Searched refs:refExpr (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 56 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr() 59 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver()) in rebuildObjCPropertyRefExpr() 60 return refExpr; in rebuildObjCPropertyRefExpr() 62 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr() 64 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr() 65 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr() 66 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 69 refExpr->getImplicitPropertyGetter(), in rebuildObjCPropertyRefExpr() 70 refExpr->getImplicitPropertySetter(), refExpr->getType(), in rebuildObjCPropertyRefExpr() 71 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1135 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument 1136 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant() 1157 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant() 1159 resultType = refExpr->getType(); in tryEmitAsConstant() 1163 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant() 1183 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant() 1186 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
|
D | CodeGenFunction.h | 2764 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() argument 2767 refExpr->getType()); in getReferenceLValue() 2776 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |